Skip to content

Commit

Permalink
[media] gspca_t613: Fix compiling with GSPCA_DEBUG defined
Browse files Browse the repository at this point in the history
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent d83fcb7 commit 8547fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/usb/gspca/t613.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ static void setcolors(struct gspca_dev *gspca_dev, s32 val)

static void setgamma(struct gspca_dev *gspca_dev, s32 val)
{
PDEBUG(D_CONF, "Gamma: %d", sd->gamma);
PDEBUG(D_CONF, "Gamma: %d", val);
reg_w_ixbuf(gspca_dev, 0x90,
gamma_table[val], sizeof gamma_table[0]);
}
Expand Down

0 comments on commit 8547fd1

Please sign in to comment.