projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63069da
)
[media] gspca_sn9c20x: Whitespace fixes
author
Hans de Goede
<hdegoede@redhat.com>
Sat, 12 May 2012 08:43:49 +0000
(
05:43
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 14 May 2012 12:36:44 +0000
(09:36 -0300)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/sn9c20x.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/gspca/sn9c20x.c
b/drivers/media/video/gspca/sn9c20x.c
index
f35f1a0
..
1758ed9
100644
(file)
--- a/
drivers/media/video/gspca/sn9c20x.c
+++ b/
drivers/media/video/gspca/sn9c20x.c
@@
-1980,8
+1980,8
@@
static int sd_isoc_init(struct gspca_dev *gspca_dev)
if (intf->num_altsetting != 9) {
pr_warn("sn9c20x camera with unknown number of alt "
- "settings (%d), please report!\n",
- intf->num_altsetting);
+ "settings (%d), please report!\n",
+ intf->num_altsetting);
gspca_dev->alt = intf->num_altsetting;
return 0;
}