[PATCH] USB: Fix regression in core/devio.c
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 10 Aug 2005 19:15:57 +0000 (15:15 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 23:22:30 +0000 (16:22 -0700)
commitfad21bdf56a25e1cb3e92bba33349de368e8f0b0
tree9a57267610a5cf039602557c02a4c5035635f5a2
parentfbf82fd2e1f4e679c60516d772d1862c941ca845
[PATCH] USB: Fix regression in core/devio.c

This patch (as551) fixes another little problem recently added to the
USB core.  Someone didn't fix the type of the first argument to
unregister_chrdev_region.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/devio.c