[media] af9015: make checkpatch.pl happy
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
8ccdf1ae9d
commit
9a3ecc7382
@@ -969,8 +969,10 @@ error:
|
|||||||
content :-( Override some wrong values here. Ditto for the
|
content :-( Override some wrong values here. Ditto for the
|
||||||
AVerTV Red HD+ (A850T) device. */
|
AVerTV Red HD+ (A850T) device. */
|
||||||
if (le16_to_cpu(udev->descriptor.idVendor) == USB_VID_AVERMEDIA &&
|
if (le16_to_cpu(udev->descriptor.idVendor) == USB_VID_AVERMEDIA &&
|
||||||
((le16_to_cpu(udev->descriptor.idProduct) == USB_PID_AVERMEDIA_A850) ||
|
((le16_to_cpu(udev->descriptor.idProduct) ==
|
||||||
(le16_to_cpu(udev->descriptor.idProduct) == USB_PID_AVERMEDIA_A850T))) {
|
USB_PID_AVERMEDIA_A850) ||
|
||||||
|
(le16_to_cpu(udev->descriptor.idProduct) ==
|
||||||
|
USB_PID_AVERMEDIA_A850T))) {
|
||||||
deb_info("%s: AverMedia A850: overriding config\n", __func__);
|
deb_info("%s: AverMedia A850: overriding config\n", __func__);
|
||||||
/* disable dual mode */
|
/* disable dual mode */
|
||||||
af9015_config.dual_mode = 0;
|
af9015_config.dual_mode = 0;
|
||||||
|
Reference in New Issue
Block a user