mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 08:04:24 -04:00
[media] gspca_t613: Fix compiling with GSPCA_DEBUG defined
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
d83fcb793b
commit
8547fd18e9
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user