aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/spca505.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/spca505.c')
-rw-r--r--drivers/media/video/gspca/spca505.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/spca505.c b/drivers/media/video/gspca/spca505.c
index 5b23518d970d..d8ff121c2c5a 100644
--- a/drivers/media/video/gspca/spca505.c
+++ b/drivers/media/video/gspca/spca505.c
@@ -904,7 +904,7 @@ MODULE_DEVICE_TABLE(usb, device_table);
904static int sd_probe(struct usb_interface *intf, 904static int sd_probe(struct usb_interface *intf,
905 const struct usb_device_id *id) 905 const struct usb_device_id *id)
906{ 906{
907 return gspca_dev_probe(intf, id, &sd_desc, sizeof (struct sd), 907 return gspca_dev_probe(intf, id, &sd_desc, sizeof(struct sd),
908 THIS_MODULE); 908 THIS_MODULE);
909} 909}
910 910