mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 16:06:44 +07:00
drivers: staging: vme: Deleted extra empty lines
Signed-off-by: Egor Uleyskiy <egor.ulieiskii@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
24e394b08e
commit
cad5636db7
@ -38,7 +38,6 @@ static int pio2_gpio_get(struct gpio_chip *chip, unsigned int offset)
|
|||||||
|
|
||||||
if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == OUTPUT) |
|
if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == OUTPUT) |
|
||||||
(card->bank[PIO2_CHANNEL_BANK[offset]].config == NOFIT)) {
|
(card->bank[PIO2_CHANNEL_BANK[offset]].config == NOFIT)) {
|
||||||
|
|
||||||
dev_err(&card->vdev->dev, "Channel not available as input\n");
|
dev_err(&card->vdev->dev, "Channel not available as input\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@ -76,7 +75,6 @@ static void pio2_gpio_set(struct gpio_chip *chip,
|
|||||||
|
|
||||||
if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == INPUT) |
|
if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == INPUT) |
|
||||||
(card->bank[PIO2_CHANNEL_BANK[offset]].config == NOFIT)) {
|
(card->bank[PIO2_CHANNEL_BANK[offset]].config == NOFIT)) {
|
||||||
|
|
||||||
dev_err(&card->vdev->dev, "Channel not available as output\n");
|
dev_err(&card->vdev->dev, "Channel not available as output\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,6 @@ struct vme_master {
|
|||||||
#endif
|
#endif
|
||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IOCTL Commands and structures
|
* IOCTL Commands and structures
|
||||||
*/
|
*/
|
||||||
@ -28,7 +27,6 @@ struct vme_master {
|
|||||||
/* Magic number for use in ioctls */
|
/* Magic number for use in ioctls */
|
||||||
#define VME_IOC_MAGIC 0xAE
|
#define VME_IOC_MAGIC 0xAE
|
||||||
|
|
||||||
|
|
||||||
/* VMEbus Slave Window Configuration Structure */
|
/* VMEbus Slave Window Configuration Structure */
|
||||||
struct vme_slave {
|
struct vme_slave {
|
||||||
__u32 enable; /* State of Window */
|
__u32 enable; /* State of Window */
|
||||||
|
Loading…
Reference in New Issue
Block a user