ab8500-charger: We print an unintended error message
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 27 Aug 2013 01:19:42 +0000 (04:19 +0300)
committerAnton Vorontsov <anton@enomsg.org>
Wed, 28 Aug 2013 01:12:40 +0000 (18:12 -0700)
There is a missing break statement here, so we print an error message that
the USB type is invalid.  The original code still works fine though except
for the error message.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>

No differences found