Le 22/11/2010 09:39, Sven Schnelle : > It should be 'udc' not 'ubc' in usba_udc_probe() Yes, patch already sent: http://git.kernel.org/?p=linux/kernel/git/gregkh/usb-2.6.git;a=commit;h=b48809518631880207796b4aab0fc39c2f036754 I will probably be merged in mainline soon. Thanks for your help though. > Signed-off-by: Sven Schnelle <svens@xxxxxxxxxxxxxx> > --- > drivers/usb/gadget/atmel_usba_udc.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/usb/gadget/atmel_usba_udc.c b/drivers/usb/gadget/atmel_usba_udc.c > index b5e20e8..717ff65 100644 > --- a/drivers/usb/gadget/atmel_usba_udc.c > +++ b/drivers/usb/gadget/atmel_usba_udc.c > @@ -2017,7 +2017,7 @@ static int __init usba_udc_probe(struct platform_device *pdev) > } > } else { > /* gpio_request fail so use -EINVAL for gpio_is_valid */ > - ubc->vbus_pin = -EINVAL; > + udc->vbus_pin = -EINVAL; > } > } > Best regards, -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html