drivers/usb/misc/auerswald: fix status check, remove redundant check
authorJeff Garzik <jeff@garzik.org>
Tue, 17 Jul 2007 05:08:29 +0000 (01:08 -0400)
committerJeff Garzik <jeff@garzik.org>
Tue, 17 Jul 2007 20:18:00 +0000 (16:18 -0400)
1) We should only set 'actual_length' output variable if usb length is
known to be good.

2) No need to check actual_length for NULL.  The only caller always
passes non-NULL value.

Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found