Re: [PATCH 1/6] net: ethernet: ti: netcp: add support of cpts
From: Richard Cochran <richardcochran@gmail.com>
Date: 2016-11-30 18:22:27
Also in:
linux-devicetree, linux-omap, lkml
From: Richard Cochran <richardcochran@gmail.com>
Date: 2016-11-30 18:22:27
Also in:
linux-devicetree, linux-omap, lkml
On Wed, Nov 30, 2016 at 11:31:56AM -0600, Grygorii Strashko wrote:
ok. Seems my assumption that ndo_open/ndo_close serialized by rtnl_lock is incorrect. Right?
No, you were right in the first place. The open/close are indeed serialized by the rtnl lock. Sorry for the noise, Richard