Remove unnecessary break statements.
Submitted by: John Wehle
This commit is contained in:
parent
37da2ff61a
commit
e39d48908b
@ -185,7 +185,6 @@ aml8726_ccm_attach(device_t dev)
|
||||
device_printf(dev, "unsupported SoC\n");
|
||||
return (ENXIO);
|
||||
/* NOTREACHED */
|
||||
break;
|
||||
}
|
||||
|
||||
if (bus_alloc_resources(dev, aml8726_ccm_spec, sc->res)) {
|
||||
|
@ -146,7 +146,6 @@ aml8726_pinctrl_attach(device_t dev)
|
||||
device_printf(dev, "unsupported SoC\n");
|
||||
return (ENXIO);
|
||||
/* NOTREACHED */
|
||||
break;
|
||||
}
|
||||
|
||||
if (bus_alloc_resources(dev, aml8726_pinctrl_spec, sc->res)) {
|
||||
|
@ -758,7 +758,6 @@ aml8726_sdxc_attach(device_t dev)
|
||||
device_printf(dev, "unsupported SoC\n");
|
||||
return (ENXIO);
|
||||
/* NOTREACHED */
|
||||
break;
|
||||
}
|
||||
|
||||
node = ofw_bus_get_node(dev);
|
||||
|
Loading…
x
Reference in New Issue
Block a user