Commit 23428e6b4649adfbdaa6a0c93fc6d652bf5f9d44

Authored by Ben Hutchings
Committed by David S. Miller
1 parent 1a8887d81a

mdio: mdio_if_info::mmds should not be __bitwise

I misunderstood the meaning of __bitwise.  In practice it makes sparse
warn about every use of mmds which is certainly not what we want.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/linux/mdio.h
... ... @@ -304,7 +304,7 @@
304 304 */
305 305 struct mdio_if_info {
306 306 int prtad;
307   - u32 __bitwise mmds;
  307 + u32 mmds;
308 308 unsigned mode_support;
309 309  
310 310 struct net_device *dev;