aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-05-12 04:43:49 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-14 08:36:44 -0400
commit7135d88495b0043c0d61bd85408542dc0cb0bca0 (patch)
tree9d98fb5c435a58494b73a00dcd409fe55bf07a09
parent63069da1c8ef0abcdb74b0ea1c461d23fb9181d9 (diff)
[media] gspca_sn9c20x: Whitespace fixes
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/gspca/sn9c20x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c
index f35f1a0d1caf..1758ed98cf16 100644
--- 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)
1980 1980
1981 if (intf->num_altsetting != 9) { 1981 if (intf->num_altsetting != 9) {
1982 pr_warn("sn9c20x camera with unknown number of alt " 1982 pr_warn("sn9c20x camera with unknown number of alt "
1983 "settings (%d), please report!\n", 1983 "settings (%d), please report!\n",
1984 intf->num_altsetting); 1984 intf->num_altsetting);
1985 gspca_dev->alt = intf->num_altsetting; 1985 gspca_dev->alt = intf->num_altsetting;
1986 return 0; 1986 return 0;
1987 } 1987 }