r8169: spinlock redux.
authorFrancois Romieu <romieu@fr.zoreil.com>
Tue, 31 Jan 2012 10:20:34 +0000 (11:20 +0100)
committerFrancois Romieu <romieu@fr.zoreil.com>
Tue, 31 Jan 2012 13:32:45 +0000 (14:32 +0100)
rtl8169_get_regs operates under RTNL and rtl task mutex whereas
rtl_set_rx_mode is either called under RTNL or rtl task mutex protection.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Hayes Wang <hayeswang@realtek.com>

No differences found