commit | 2194bd1080210c6e85ea262cda9ad0135b3f3c87 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Feb 13 14:00:22 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 13 22:24:35 2017 -0500 |
tree | 6d78828600388feaca4d8fc8cf990a885912fb65 | |
parent | e9ea828f62891ca91e3f80bf4a438f337d59977d [diff] |
net: qcom/emac: fix a sizeof() typo We had intended to say "sizeof(u32)" but the "u" is missing. Fortunately, sizeof(32) is also 4, so the original code still works. Fixes: c4e7beea2192 ("net: qcom/emac: add ethtool support for reading hardware registers") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>