diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-22 10:54:13 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:54:13 -0600 |
commit | f1aa32d65d31c8f8a43617e724495d0aad011620 (patch) | |
tree | a48c1f694ae6a8f8f79f7b5946002ed7328574f8 /drivers/gpio/altera_pio.c | |
parent | 9b186f68afbf0d08bc5108108c8748b4b0511aee (diff) | |
parent | f553d29ae87697f0a0c74df7c66ce47cc34805d7 (diff) |
Merge patch series "drivers: ata: Remove duplicate newlines"
Drop all duplicate newlines from the driver directory files.
Diffstat (limited to 'drivers/gpio/altera_pio.c')
-rw-r--r-- | drivers/gpio/altera_pio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/altera_pio.c b/drivers/gpio/altera_pio.c index 7ba1595e4ae..469c50a6016 100644 --- a/drivers/gpio/altera_pio.c +++ b/drivers/gpio/altera_pio.c @@ -59,7 +59,6 @@ static int altera_pio_get_value(struct udevice *dev, unsigned pin) return !!(readl(®s->data) & (1 << pin)); } - static int altera_pio_set_value(struct udevice *dev, unsigned pin, int val) { struct altera_pio_plat *plat = dev_get_plat(dev); |