Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08a5c7e6 authored by Sachin Kamat's avatar Sachin Kamat Committed by Anton Vorontsov
Browse files

ab8500-charger: Remove redundant break



Each of the if-else blocks has a break statement. Remove the additional
one which is unreachable.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarAnton Vorontsov <anton@enomsg.org>
parent 6de7ef3e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -766,7 +766,6 @@ static int ab8500_charger_max_usb_curr(struct ab8500_charger *di,
			ret = -ENXIO;
			break;
		}
		break;
	case USB_STAT_CARKIT_1:
	case USB_STAT_CARKIT_2:
	case USB_STAT_ACA_DOCK_CHARGER: