mirror of https://gitee.com/openkylin/linux.git
[media] gspca_sn9c20x: Whitespace fixes
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
63069da1c8
commit
7135d88495
|
@ -1980,8 +1980,8 @@ static int sd_isoc_init(struct gspca_dev *gspca_dev)
|
||||||
|
|
||||||
if (intf->num_altsetting != 9) {
|
if (intf->num_altsetting != 9) {
|
||||||
pr_warn("sn9c20x camera with unknown number of alt "
|
pr_warn("sn9c20x camera with unknown number of alt "
|
||||||
"settings (%d), please report!\n",
|
"settings (%d), please report!\n",
|
||||||
intf->num_altsetting);
|
intf->num_altsetting);
|
||||||
gspca_dev->alt = intf->num_altsetting;
|
gspca_dev->alt = intf->num_altsetting;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue