Skip to content

Commit

Permalink
media: dvbsky: remove unused code
Browse files Browse the repository at this point in the history
remove unused code

Signed-off-by: Jan Pieter van Woerkom <jp@jpvw.nl>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
  • Loading branch information
Jan Pieter van Woerkom authored and Mauro Carvalho Chehab committed Nov 9, 2019
1 parent 74a96b5 commit 130ec3d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/media/usb/dvb-usb-v2/dvbsky.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,16 +592,7 @@ static int dvbsky_identify_state(struct dvb_usb_device *d, const char **name)
static int dvbsky_init(struct dvb_usb_device *d)
{
struct dvbsky_state *state = d_to_priv(d);

/* use default interface */
/*
ret = usb_set_interface(d->udev, 0, 0);
if (ret)
return ret;
*/

state->last_lock = 0;

return 0;
}

Expand Down

0 comments on commit 130ec3d

Please sign in to comment.