hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/video/backlight/lms283gf05.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * lms283gf05.c -- support for Samsung LMS283GF05 LCD
34 *
45 * Copyright (c) 2009 Marek Vasut <marek.vasut@gmail.com>
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107
118 #include <linux/device.h>
....@@ -161,7 +158,7 @@
161158 ret = devm_gpio_request_one(&spi->dev, pdata->reset_gpio,
162159 GPIOF_DIR_OUT | (!pdata->reset_inverted ?
163160 GPIOF_INIT_HIGH : GPIOF_INIT_LOW),
164
- "LMS285GF05 RESET");
161
+ "LMS283GF05 RESET");
165162 if (ret)
166163 return ret;
167164 }