]> 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>
Thu, 27 Sep 2012 07:27:49 +0000 (17:27 +1000)
commitcd5261cd320cfdcaf4a5ad1fdc63a0a4d74ef8e0
tree48184f9fd90b54485298917d61b3a5ec4959de54
parentf0d86d501ceab984859518d535f6cfd61ea34d4b
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