[PATCH] USB: Fix oops at rmmod after failed probe in isp116x-hcd
authorOlav Kongas <ok@artecdesign.ee>
Thu, 21 Apr 2005 14:12:59 +0000 (17:12 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2005 21:43:42 +0000 (14:43 -0700)
commit589a0083a3c9e9610e54984998a46c07a2584b55
tree285700641afef15c85a9c7ab275dd7d376fb05e0
parent4808a1c0261176f9c7e28e7f108d41a381a7d0fc
[PATCH] USB: Fix oops at rmmod after failed probe in isp116x-hcd

This patch fixes an oops triggered at rmmod of isp116x-hcd
after the probe() has failed.

Also, it extends the error message printed, if the driver
cannot detect "Chip's Clock Ready" after a software reset.
As Ian Campbell recently reported, this happens if the
chip's H_WAKEUP pin is not pulled low during software reset.
Several people have already had this issue, hence the update
to the error message.

Also, extend the error message about the failed clock
detection after the software reset.

Signed-off-by: Olav Kongas <ok@artecdesign.ee>
drivers/usb/host/isp116x-hcd.c