Commit dad08dfc authored by Al Viro's avatar Al Viro
Browse files

[PATCH] dvb NULL noise removal



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 4bb8089c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ static struct dvb_usb_properties dtt200u_properties = {
		  .cold_ids = { &dtt200u_usb_table[0], NULL },
		  .warm_ids = { &dtt200u_usb_table[1], NULL },
		},
		{ 0 },
		{ NULL },
	}
};

@@ -192,7 +192,7 @@ static struct dvb_usb_properties wt220u_properties = {
		  .cold_ids = { &dtt200u_usb_table[2], NULL },
		  .warm_ids = { &dtt200u_usb_table[3], NULL },
		},
		{ 0 },
		{ NULL },
	}
};

+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ static struct dvb_usb_properties vp7045_properties = {
		  .cold_ids = { &vp7045_usb_table[2], NULL },
		  .warm_ids = { &vp7045_usb_table[3], NULL },
		},
		{ 0 },
		{ NULL },
	}
};