]> git.baikalelectronics.ru Git - kernel.git/commit
usbcore: fix incorrect type in assignment in descriptors_changed()
authorXenia Ragiadakou <burzalodowa@gmail.com>
Sat, 31 Aug 2013 01:40:49 +0000 (04:40 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Aug 2013 01:50:43 +0000 (18:50 -0700)
commitcab39bd9f72d957c30638963e576b8978d9e1aa5
tree109fcc30fd4476f55e0e355aade9d4cb83bd852e
parentcf3ee31952e28c2abe5a942d21afe37e84ebb938
usbcore: fix incorrect type in assignment in descriptors_changed()

This patch fixes the incorrect assignment of a variable with type 'le16'
to a variable with type 'unsigned int'.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c