mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
gpio: aggregator: Remove trailing comma in terminator entries
Remove trailing comma in terminator entries to avoid potential expanding an array behind it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Bartosz Golaszewski
parent
b2498cb87c
commit
6e004a9829
@@ -243,7 +243,7 @@ static DRIVER_ATTR_WO(delete_device);
|
|||||||
static struct attribute *gpio_aggregator_attrs[] = {
|
static struct attribute *gpio_aggregator_attrs[] = {
|
||||||
&driver_attr_new_device.attr,
|
&driver_attr_new_device.attr,
|
||||||
&driver_attr_delete_device.attr,
|
&driver_attr_delete_device.attr,
|
||||||
NULL,
|
NULL
|
||||||
};
|
};
|
||||||
ATTRIBUTE_GROUPS(gpio_aggregator);
|
ATTRIBUTE_GROUPS(gpio_aggregator);
|
||||||
|
|
||||||
@@ -517,7 +517,7 @@ static const struct of_device_id gpio_aggregator_dt_ids[] = {
|
|||||||
* Add GPIO-operated devices controlled from userspace below,
|
* Add GPIO-operated devices controlled from userspace below,
|
||||||
* or use "driver_override" in sysfs
|
* or use "driver_override" in sysfs
|
||||||
*/
|
*/
|
||||||
{},
|
{}
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, gpio_aggregator_dt_ids);
|
MODULE_DEVICE_TABLE(of, gpio_aggregator_dt_ids);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user