From: Ben Hutchings Date: Tue, 27 Aug 2013 22:04:29 +0000 (+0100) Subject: sfc: Remove unnecessary use of atomic_t X-Git-Tag: v3.12-rc1~132^2~104^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251111d9a1bd9a26e25446d876156bf265858cb5;p=pandora-kernel.git sfc: Remove unnecessary use of atomic_t We can set, get and compare-and-exchange without using atomic_t. Change efx_mcdi_iface::state to the enum type we really wanted it to be. Suggested-by: David Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed