kernel: refresh patches for kernel 4.4
[openwrt.git] / target / linux / sunxi / patches-4.4 / 135-clk-sunxi-fix-signedness-bug.patch
index c90bbb5..a4b2af9 100644 (file)
@@ -12,11 +12,9 @@ Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  drivers/clk/sunxi/clk-sun8i-bus-gates.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/drivers/clk/sunxi/clk-sun8i-bus-gates.c b/drivers/clk/sunxi/clk-sun8i-bus-gates.c
-index 7ab60c5..b8c7753 100644
 --- a/drivers/clk/sunxi/clk-sun8i-bus-gates.c
 +++ b/drivers/clk/sunxi/clk-sun8i-bus-gates.c
-@@ -40,7 +40,7 @@ static void __init sun8i_h3_bus_gates_init(struct device_node *node)
+@@ -40,7 +40,7 @@ static void __init sun8i_h3_bus_gates_in
        const __be32 *p;
        int number, i;
        u8 clk_bit;