On 01/25/2012 12:22 PM, Sergei Shtylyov wrote:
- ep = usb_ep_to_dummy_ep(_ep); - if (!ep || !_req || (!ep->desc && _ep->name != ep0name)) + if (!_ep || !_req || (!ep->desc && _ep->name != ep0name))^^ 'ep' in not initialized now.
Thanks for the hint. Sebastian -- 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