stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v4.4.40] patch backport error
@ 2017-01-11 17:13 Bin Liu
  2017-01-11 17:13 ` Felipe Balbi
  2017-01-11 17:27 ` Bin Liu
  0 siblings, 2 replies; 7+ messages in thread
From: Bin Liu @ 2017-01-11 17:13 UTC (permalink / raw)
  To: stable; +Cc: Greg Kroah-Hartman, linux-usb, Felipe Balbi

Hi,

I am unable to figure out what was happening, but there seems to be a
patch backport error in v4.4.40.

Commit c53af76d5de1 (usb: gadget: composite: always set ep->mult to a
sensible value) is backported from upstream
eaa496ffaaf19591fe471a36cef366146eeb9153, however c53af76d5de1 has

+               _ep->mult = usb_endpoint_maxp(_ep->desc) & 0x7ff;

but eaa496ffaaf19591fe471a36cef366146eeb9153 has

+               _ep->mult = usb_endpoint_maxp_mult(_ep->desc);

they are not consistant.

I haven't checked v4.9 yet, not sure if this happens there too.

Regards,
-Bin.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-12  7:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-11 17:13 [v4.4.40] patch backport error Bin Liu
2017-01-11 17:13 ` Felipe Balbi
2017-01-11 17:22   ` Bin Liu
2017-01-11 17:28     ` Felipe Balbi
2017-01-11 20:17   ` Greg Kroah-Hartman
2017-01-12  7:51     ` Greg Kroah-Hartman
2017-01-11 17:27 ` Bin Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).