b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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 | |