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)
commitb9a1048137f4ae43ee90f61a3f34f0efe863cfeb
tree109fcc30fd4476f55e0e355aade9d4cb83bd852e
parente3376d6c87eea09bd65ece6073f6e5d47aa560a3
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
This page took 0.054253 seconds and 5 git commands to generate.