From: Robert Baldyga Date: Mon, 13 Jul 2015 09:03:53 +0000 (+0200) Subject: staging: emxx_udc: add missing usb_ep_set_maxpacket_limit() X-Git-Tag: omap-for-v4.3/fixes-merge-window~42^2~35^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb009d6e0b800e3834cd5e306df90d84e08f9cf7;p=pandora-kernel.git staging: emxx_udc: add missing usb_ep_set_maxpacket_limit() Since maxpacket_limit was introduced all UDC drivers should use usb_ep_set_maxpacket_limit() function instead of setting maxpacket value manually. ep.maxpacket_limit contains actual maximum maxpacket value supported by hardware which is needed by epautoconf. Signed-off-by: Robert Baldyga Acked-by: Michal Nazarewicz Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed