From: Robert Baldyga Date: Mon, 13 Jul 2015 09:03:52 +0000 (+0200) Subject: usb: isp1760: udc: add missing usb_ep_set_maxpacket_limit() X-Git-Tag: omap-for-v4.3/fixes-merge-window~42^2~35^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd82b69796cc8f313f160ac55bfd24cedc60fed;p=pandora-kernel.git usb: isp1760: 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