[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:
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)
|
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,
|
reg_w_ixbuf(gspca_dev, 0x90,
|
||||||
gamma_table[val], sizeof gamma_table[0]);
|
gamma_table[val], sizeof gamma_table[0]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue