drivers: gpio: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
#define PCA957X_INVERT 1
|
||||
#define PCA957X_DIRECTION 4
|
||||
|
||||
|
||||
#define PCA_GPIO_MASK 0x00FF
|
||||
#define PCA_INT 0x0100
|
||||
#define PCA_PCAL BIT(9)
|
||||
|
||||
@@ -157,7 +157,6 @@ void sunxi_gpio_set_pull_bank(void *bank_base, int pin_offset, u32 val)
|
||||
0x3U << offset, val << offset);
|
||||
}
|
||||
|
||||
|
||||
/* =========== Non-DM code, used by the SPL. ============ */
|
||||
|
||||
#if !CONFIG_IS_ENABLED(DM_GPIO)
|
||||
|
||||
Reference in New Issue
Block a user