Skip to content

Commit

Permalink
V4L/DVB (9771): tuner-xc2028: fix a small warning
Browse files Browse the repository at this point in the history
/home/mauro/v4l-dvb/v4l/tuner-xc2028.c: In function 'xc2028_sleep':
/home/mauro/v4l-dvb/v4l/tuner-xc2028.c:1111: warning: 'return' with no value, in function returning non-void

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Dec 30, 2008
1 parent eb6c963 commit 10f201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/common/tuners/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ static int xc2028_sleep(struct dvb_frontend *fe)

/* Avoid firmware reload on slow devices */
if (no_poweroff)
return;
return 0;

tuner_dbg("Putting xc2028/3028 into poweroff mode.\n");

Expand Down

0 comments on commit 10f201a

Please sign in to comment.