Skip to content

Commit

Permalink
V4L/DVB: gspca - cpia1: Fix compilation warning when gspca debug disa…
Browse files Browse the repository at this point in the history
…bled

Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 8129888 commit a2efdd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/video/gspca/cpia1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,9 @@ static void sd_stopN(struct gspca_dev *gspca_dev)
/* this function is called at probe and resume time */
static int sd_init(struct gspca_dev *gspca_dev)
{
#ifdef GSPCA_DEBUG
struct sd *sd = (struct sd *) gspca_dev;
#endif
int ret;

/* Start / Stop the camera to make sure we are talking to
Expand Down

0 comments on commit a2efdd7

Please sign in to comment.