diff options
Diffstat (limited to 'drivers/media/usb/gspca/gspca.c')
-rw-r--r-- | drivers/media/usb/gspca/gspca.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/usb/gspca/gspca.c b/drivers/media/usb/gspca/gspca.c index e8cf23c91cef..43d65057a5fe 100644 --- a/drivers/media/usb/gspca/gspca.c +++ b/drivers/media/usb/gspca/gspca.c | |||
@@ -876,9 +876,8 @@ static int gspca_init_transfer(struct gspca_dev *gspca_dev) | |||
876 | ep_tb[0].alt = gspca_dev->alt; | 876 | ep_tb[0].alt = gspca_dev->alt; |
877 | alt_idx = 1; | 877 | alt_idx = 1; |
878 | } else { | 878 | } else { |
879 | 879 | /* else, compute the minimum bandwidth | |
880 | /* else, compute the minimum bandwidth | 880 | * and build the endpoint table */ |
881 | * and build the endpoint table */ | ||
882 | alt_idx = build_isoc_ep_tb(gspca_dev, intf, ep_tb); | 881 | alt_idx = build_isoc_ep_tb(gspca_dev, intf, ep_tb); |
883 | if (alt_idx <= 0) { | 882 | if (alt_idx <= 0) { |
884 | pr_err("no transfer endpoint found\n"); | 883 | pr_err("no transfer endpoint found\n"); |