commit | e2d8f646c79f26e094bfaf9b21be614d1e148a67 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <rafal@milecki.pl> | Wed Aug 17 23:11:52 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 18 23:36:07 2016 -0700 |
tree | f1994058ccb7af8ffe637aa789b65b8a47547e2b | |
parent | 1cb94db3d1bfe0075bde78fb2989f17e0a8a3936 [diff] |
net: bgmac: make it clear when setting interface type to RMII It doesn't really change anything as BGMAC_CHIPCTL_1_IF_TYPE_RMII is equal to 0. It make code a bit clener, so far when reading it one could think we forgot to set a proper mode. It also keeps this mode code in sync with other ones. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: David S. Miller <davem@davemloft.net>