]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functions
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 28 Sep 2012 00:20:20 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:50:44 +0000 (16:50 +1000)
commit4fa4ffde7938ab8e0964b08944a465f62f990bf9
tree9b0f689490b73f069a8bfbf6ec522147462c36cf
parent47c9db1acefcc6c0b34fb01fde87a300617f5565
drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functions

There are now standard functions for dealing with little-endian bit
arrays, so use them instead of our own implementations.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/net/ethernet/sfc/efx.c
drivers/net/ethernet/sfc/net_driver.h
drivers/net/ethernet/sfc/nic.c