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

Commit 7e5bb54b authored by Tamara Diaconita's avatar Tamara Diaconita Committed by Greg Kroah-Hartman
Browse files

staging: cxd2099: Remove multiple blank lines



Removed multiple blank lines to fix the checkpath.pl issue:
CHECK: Please don't use multiple blank lines.

Signed-off-by: default avatarTamara Diaconita <diaconita.tamara@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 03173b48
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@ static int read_reg(struct cxd *ci, u8 reg, u8 *val)
	return read_block(ci, reg, val, 1);
}


static int read_pccard(struct cxd *ci, u16 address, u8 *data, u8 n)
{
	int status;
@@ -292,8 +291,6 @@ static void cam_mode(struct cxd *ci, int mode)
	ci->cammode = mode;
}



static int init(struct cxd *ci)
{
	int status;
@@ -572,7 +569,6 @@ static int slot_ts_enable(struct dvb_ca_en50221 *ca, int slot)
	return 0;
}


static int campoll(struct cxd *ci)
{
	u8 istat;
@@ -616,7 +612,6 @@ static int campoll(struct cxd *ci)
	return 0;
}


static int poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open)
{
	struct cxd *ci = ca->data;