diff options
Diffstat (limited to 'drivers/media/video/gspca/stv06xx/stv06xx.c')
-rw-r--r-- | drivers/media/video/gspca/stv06xx/stv06xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx.c b/drivers/media/video/gspca/stv06xx/stv06xx.c index 086de44a6e57..544d5f72a1e3 100644 --- a/drivers/media/video/gspca/stv06xx/stv06xx.c +++ b/drivers/media/video/gspca/stv06xx/stv06xx.c | |||
@@ -349,7 +349,7 @@ static void stv06xx_pkt_scan(struct gspca_dev *gspca_dev, | |||
349 | } | 349 | } |
350 | 350 | ||
351 | /* First byte seem to be 02=data 2nd byte is unknown??? */ | 351 | /* First byte seem to be 02=data 2nd byte is unknown??? */ |
352 | if (sd->bridge == BRIDGE_ST6422 && (id & 0xFF00) == 0x0200) | 352 | if (sd->bridge == BRIDGE_ST6422 && (id & 0xff00) == 0x0200) |
353 | goto frame_data; | 353 | goto frame_data; |
354 | 354 | ||
355 | switch (id) { | 355 | switch (id) { |