Re: [PATCH 1/2] USB: isp1760: Assign resource fields before adding hcd

2008-05-22 Thread Sebastian Siewior
* Nate Case | 2008-05-21 16:28:20 [-0500]: >This fixes the bogus "io mem 0x" message printed >during driver init due to hcd->rsrc_start being assigned after >the call to usb_add_hcd(). > >Signed-off-by: Nate Case <[EMAIL PROTECTED]> I saw this and was wondering why it was correct in other

[PATCH 1/2] USB: isp1760: Assign resource fields before adding hcd

2008-05-21 Thread Nate Case
This fixes the bogus "io mem 0x" message printed during driver init due to hcd->rsrc_start being assigned after the call to usb_add_hcd(). Signed-off-by: Nate Case <[EMAIL PROTECTED]> --- drivers/usb/host/isp1760-hcd.c |8 1 files changed, 4 insertions(+), 4 deletions(-) dif