commit | 3c9a9f7fb0eee8a29cb64dfbdaef25efed17e22c | [log] [tgz] |
---|---|---|
author | Jaeden Amero <jaeden.amero@ni.com> | Fri Jun 05 18:00:24 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 08 00:50:48 2015 -0700 |
tree | 7da7b7a11c5d5b342f56bfaede13838fcea1f1f1 | |
parent | f38b24c90528c888915ef6e3bc320bdb30b14cf2 [diff] |
net/phy: micrel: Be more const correct In a few places in this driver, we weren't using const where we could have. Use const more. In addition, change the arrays of strings in ksz9031_config_init() to be not only const, but also static. Signed-off-by: Jaeden Amero <jaeden.amero@ni.com> Signed-off-by: David S. Miller <davem@davemloft.net>