bcm27xx: import latest patches from the RPi foundation
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0783-clk-rpi-Fix-compatible-indentation.patch
1 From 4a1d8af9737868f6494f491e9a1efb0fb348588e Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime@cerno.tech>
3 Date: Wed, 10 Jun 2020 16:29:08 +0200
4 Subject: [PATCH] clk: rpi: Fix compatible indentation
5
6 Signed-off-by: Maxime Ripard <maxime@cerno.tech>
7 ---
8 drivers/clk/bcm/clk-raspberrypi.c | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11 --- a/drivers/clk/bcm/clk-raspberrypi.c
12 +++ b/drivers/clk/bcm/clk-raspberrypi.c
13 @@ -359,8 +359,8 @@ static int raspberrypi_clk_remove(struct
14 }
15
16 static const struct of_device_id raspberrypi_clk_match[] = {
17 - { .compatible = "raspberrypi,firmware-clocks" },
18 - { },
19 + { .compatible = "raspberrypi,firmware-clocks" },
20 + { },
21 };
22 MODULE_DEVICE_TABLE(of, raspberrypi_clk_match);
23