commit | 23428e6b4649adfbdaa6a0c93fc6d652bf5f9d44 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Tue Aug 18 20:13:03 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 18 20:13:03 2009 -0700 |
tree | 1d972178860737f5832ca90c709455a81afe011e | |
parent | 1a8887d81ac4bbee6153b4bc9b9f9e099fb5f07e [diff] |
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>