[PATCH] USB: fix ub issues
authorPete Zaitcev <zaitcev@redhat.com>
Mon, 6 Jun 2005 20:54:59 +0000 (13:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Jun 2005 08:38:11 +0000 (01:38 -0700)
commit9f793d2c77ec5818679e4747c554d9333cecf476
tree47904d2099435d4527432479e869311be7c6515b
parent03e49d40ea3436cae0fe43708f11584130ee4a0c
[PATCH] USB: fix ub issues

This smoothes two imperfections:
- Increase number of LUNs per device from 4 to 9. The best solution
  would be to remove this limit altogether, but that has to wait until
  the time when more than 26 hosts are allowed.
- Replace mdelay with msleep in a probing routine.

Signed-off-by: Pete Zaitcev <zaitcev@yahoo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/block/ub.c