[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130202.230851.809969826800130930.davem@davemloft.net>
Date: Sat, 02 Feb 2013 23:08:51 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: Frank.Li@...escale.com
Cc: lznuaa@...il.com, linux-arm-kernel@...ts.infradead.org,
netdev@...r.kernel.org, shawn.guo@...aro.org, B38611@...escale.com,
s.hauer@...gutronix.de
Subject: Re: [PATCH 1/1] net: fec: fix miss init spinlock
From: Frank Li <Frank.Li@...escale.com>
Date: Fri, 1 Feb 2013 16:56:26 +0800
> @@ -1607,6 +1607,7 @@ static int fec_enet_init(struct net_device *ndev)
> }
>
> spin_lock_init(&fep->hw_lock);
> + spin_lock_init(&fep->tmreg_lock);
This breaks the build, tmreg_lock is only present in certain
configurations.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists