]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit03a74ae9d13816e6f5808f91779145dfd230b1df
tree9a57267610a5cf039602557c02a4c5035635f5a2
parent4e52543d81274a7f2010093ee4c9a168e0849b2c
[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