From: David Vrabel Date: Tue, 8 Apr 2008 20:24:46 +0000 (-0700) Subject: usb: don't update devnum for wusb devices X-Git-Tag: v2.6.26-rc1~1061^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4953d141dc5db748475001cfbfdcc42e66cf900e;p=pandora-kernel.git usb: don't update devnum for wusb devices For WUSB devices, usb_dev.devnum is a device index and not the real device address (which is managed by wusbcore). Therefore, only set devnum once (in choose_address()) and never change it. Signed-off-by: David Vrabel Cc: Inaky Perez-Gonzalez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed