blob: da9d3b8c5614d29f7ec3cf0565042b993ea4e2ed [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From 4a1d8af9737868f6494f491e9a1efb0fb348588e Mon Sep 17 00:00:00 2001
2From: Maxime Ripard <maxime@cerno.tech>
3Date: Wed, 10 Jun 2020 16:29:08 +0200
4Subject: [PATCH] clk: rpi: Fix compatible indentation
5
6Signed-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