]> 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>
Wed, 26 Sep 2012 01:34:23 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 26 Sep 2012 05:45:21 +0000 (15:45 +1000)
commit440b88c5be1cc79f04e475add5728e7e154feb81
tree95d862d5ac37440c5c78538900614bc300055521
parent6f6c15c33f586433425858991837d72505d845c8
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