diff options
Diffstat (limited to 'drivers/usb/gadget/function/f_phonet.c')
-rw-r--r-- | drivers/usb/gadget/function/f_phonet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/function/f_phonet.c b/drivers/usb/gadget/function/f_phonet.c index 157441dbfeba..0473d619d5bf 100644 --- a/drivers/usb/gadget/function/f_phonet.c +++ b/drivers/usb/gadget/function/f_phonet.c | |||
@@ -541,7 +541,7 @@ static int pn_bind(struct usb_configuration *c, struct usb_function *f) | |||
541 | 541 | ||
542 | /* Do not try to bind Phonet twice... */ | 542 | /* Do not try to bind Phonet twice... */ |
543 | status = usb_assign_descriptors(f, fs_pn_function, hs_pn_function, | 543 | status = usb_assign_descriptors(f, fs_pn_function, hs_pn_function, |
544 | NULL); | 544 | NULL, NULL); |
545 | if (status) | 545 | if (status) |
546 | goto err; | 546 | goto err; |
547 | 547 | ||