From: Nate Case Date: Wed, 21 May 2008 21:28:20 +0000 (-0500) Subject: USB: isp1760: Assign resource fields before adding hcd X-Git-Tag: v2.6.26-rc6~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6942d633be61f1638e08c56ab8244fc9f1c61e3;p=pandora-kernel.git USB: isp1760: Assign resource fields before adding hcd This fixes the bogus "io mem 0x00000000" message printed during driver init due to hcd->rsrc_start being assigned after the call to usb_add_hcd(). Signed-off-by: Nate Case Acked-by: Sebastian Siewior Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed