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)
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

Simple merge