commit | 32766ec8195f801935cce8954cf45389885afc38 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu Oct 04 17:13:03 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Oct 06 03:04:54 2012 +0900 |
tree | 2ad37df039977436df564e03a51710dad4ba5975 | |
parent | 52e842432f36d5b15227d0ee0d2aa3d2bc3cc0b2 [diff] |
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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>