Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cad5636d authored by Egor Uleyskiy's avatar Egor Uleyskiy Committed by Greg Kroah-Hartman
Browse files

drivers: staging: vme: Deleted extra empty lines

parent 24e394b0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
	}
+0 −2
Original line number Diff line number Diff line
@@ -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 */