]> asedeno.scripts.mit.edu Git - linux.git/commit
net: of_mdio: use int type for address variable
authorDaniel Mack <zonque@gmail.com>
Mon, 2 Jun 2014 11:32:45 +0000 (13:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Jun 2014 17:43:07 +0000 (10:43 -0700)
commit4cd984b022597b3454c7999addf9d48f41189ea6
tree0d7d994612a51ffc01c352114189ad58099cfd6e
parentc7bfbe51d550346d5838a86046b2ec9b43a5732c
net: of_mdio: use int type for address variable

Use int rather than u32 to fix the following warning:

drivers/of/of_mdio.c:147 of_mdiobus_register() warn: unsigned 'addr' is
never less than zero.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Fixes: 8f8382888cba ("net: of_mdio: factor out code to parse a phy's 'reg' property")
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/of/of_mdio.c