diff options
Diffstat (limited to 'drivers/usb/gadget/nokia.c')
| -rw-r--r-- | drivers/usb/gadget/nokia.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/gadget/nokia.c b/drivers/usb/gadget/nokia.c index 0a8099a488c..3ab38616751 100644 --- a/drivers/usb/gadget/nokia.c +++ b/drivers/usb/gadget/nokia.c @@ -126,9 +126,9 @@ static int __init nokia_bind_config(struct usb_configuration *c)  	struct usb_function *f_ecm;  	struct usb_function *f_obex2 = NULL;  	int status = 0; -	int obex1_stat = 0; -	int obex2_stat = 0; -	int phonet_stat = 0; +	int obex1_stat = -1; +	int obex2_stat = -1; +	int phonet_stat = -1;  	if (!IS_ERR(fi_phonet)) {  		f_phonet = usb_get_function(fi_phonet);  | 
