Cut-and-paste dropped semicolon.

This commit is contained in:
kientzle 2012-10-14 23:07:54 +00:00
parent 10f937f6f5
commit 2758da7262

View File

@ -660,7 +660,7 @@ cpsw_stop_locked(struct cpsw_softc *sc)
{
struct ifnet *ifp;
CPSW_GLOBAL_LOCK_ASSERT(sc)
CPSW_GLOBAL_LOCK_ASSERT(sc);
ifp = sc->ifp;