]> git.baikalelectronics.ru Git - kernel.git/commit
USB: usblp: Use correct DMA address in case of probe error
authorPete Zaitcev <zaitcev@redhat.com>
Tue, 22 May 2007 03:52:44 +0000 (20:52 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 May 2007 06:45:50 +0000 (23:45 -0700)
commit5b86aaf5c64872cd6b0a602f74f5760c38fdd089
treeaf0d77f60a6478e926cfbc7c96d9377d8db6ba16
parent21477330523724163a90e50aa0b9bd54dcb78d7b
USB: usblp: Use correct DMA address in case of probe error

Looks like the error path had a copy-paste error. The normal exit path
uses correct URB already.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/usblp.c