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)
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>

No differences found