From 627baa28d33ca202e0f79e9a2a8eb6bc9d823a1a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 09:28:33 +0000 Subject: kernel: update 3.10 to 3.10.34 Signed-off-by: Gabor Juhos SVN-Revision: 40291 --- .../0061-can-flexcan-use-correct-clock-as-base-for-bit-rate-c.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/imx6/patches-3.10') diff --git a/target/linux/imx6/patches-3.10/0061-can-flexcan-use-correct-clock-as-base-for-bit-rate-c.patch b/target/linux/imx6/patches-3.10/0061-can-flexcan-use-correct-clock-as-base-for-bit-rate-c.patch index 5553101cc1..fd90130826 100644 --- a/target/linux/imx6/patches-3.10/0061-can-flexcan-use-correct-clock-as-base-for-bit-rate-c.patch +++ b/target/linux/imx6/patches-3.10/0061-can-flexcan-use-correct-clock-as-base-for-bit-rate-c.patch @@ -19,7 +19,7 @@ Signed-off-by: Marc Kleine-Budde --- a/drivers/net/can/flexcan.c +++ b/drivers/net/can/flexcan.c -@@ -1019,7 +1019,6 @@ static int flexcan_probe(struct platform +@@ -1021,7 +1021,6 @@ static int flexcan_probe(struct platform err = PTR_ERR(clk_ipg); goto failed_clock; } @@ -27,7 +27,7 @@ Signed-off-by: Marc Kleine-Budde clk_per = devm_clk_get(&pdev->dev, "per"); if (IS_ERR(clk_per)) { -@@ -1027,6 +1026,7 @@ static int flexcan_probe(struct platform +@@ -1029,6 +1028,7 @@ static int flexcan_probe(struct platform err = PTR_ERR(clk_per); goto failed_clock; } -- cgit v1.2.3