Fix indentation in r213894.

This commit is contained in:
Marius Strobl 2010-11-07 12:29:26 +00:00
parent 446c7ab86a
commit 97901c4bc9

View File

@ -857,7 +857,7 @@ wb_attach(dev)
*/
error = mii_attach(dev, &sc->wb_miibus, ifp, wb_ifmedia_upd,
wb_ifmedia_sts, BMSR_DEFCAPMASK, MII_PHY_ANY, MII_OFFSET_ANY, 0);
if (error != 0) {
if (error != 0) {
device_printf(dev, "attaching PHYs failed\n");
goto fail;
}