net/phy: micrel: Be more const correct
authorJaeden Amero <jaeden.amero@ni.com>
Fri, 5 Jun 2015 23:00:24 +0000 (18:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jun 2015 07:50:48 +0000 (00:50 -0700)
commit3c9a9f7fb0eee8a29cb64dfbdaef25efed17e22c
tree7da7b7a11c5d5b342f56bfaede13838fcea1f1f1
parentf38b24c90528c888915ef6e3bc320bdb30b14cf2
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>
drivers/net/phy/micrel.c
This page took 0.024512 seconds and 5 git commands to generate.