From: Charles Manning Date: Thu, 2 Oct 2014 02:36:20 +0000 (+1300) Subject: usb: dwc2: Bits in bitfield should add up to 32 X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~17^2~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd4850cfd4e4060ec85a9db590b5d0e23eec68f5;p=pandora-kernel.git usb: dwc2: Bits in bitfield should add up to 32 The unioned u32 is used for clearing etc. Having the number of bitfield bits add up to more than 32 is broken, even if benign. Acked-by: Paul Zimmerman Signed-off-by: Charles Manning Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed