Commit faa2cec6 authored by Tom Rix's avatar Tom Rix Committed by Sebastian Reichel
Browse files

power: supply: wm831x_power: remove unneeded break



A break is not needed if it is preceded by a goto.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Acked-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 4e586fe9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -668,7 +668,6 @@ static int wm831x_power_probe(struct platform_device *pdev)
		fallthrough;
	case -EPROBE_DEFER:
		goto err_bat_irq;
		break;
	}

	return ret;