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:
Egor Uleyskiy 2015-11-22 11:27:53 +02:00 committed by Greg Kroah-Hartman
parent 24e394b08e
commit cad5636db7
2 changed files with 0 additions and 4 deletions

View File

@ -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) |
(card->bank[PIO2_CHANNEL_BANK[offset]].config == NOFIT)) {
dev_err(&card->vdev->dev, "Channel not available as input\n");
return 0;
}
@ -76,7 +75,6 @@ static void pio2_gpio_set(struct gpio_chip *chip,
if ((card->bank[PIO2_CHANNEL_BANK[offset]].config == INPUT) |
(card->bank[PIO2_CHANNEL_BANK[offset]].config == NOFIT)) {
dev_err(&card->vdev->dev, "Channel not available as output\n");
return;
}

View File

@ -20,7 +20,6 @@ struct vme_master {
#endif
} __packed;
/*
* IOCTL Commands and structures
*/
@ -28,7 +27,6 @@ struct vme_master {
/* Magic number for use in ioctls */
#define VME_IOC_MAGIC 0xAE
/* VMEbus Slave Window Configuration Structure */
struct vme_slave {
__u32 enable; /* State of Window */