net: mdio-sun4i: Convert to devm_* api
authorJisheng Zhang <jszhang@marvell.com>
Mon, 26 Aug 2013 13:11:57 +0000 (21:11 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Aug 2013 18:54:49 +0000 (14:54 -0400)
Use devm_ioremap_resource instead of of_iomap() and devm_kzalloc()
instead of kmalloc() to make cleanup paths simpler. This patch also
fixes the resource leak caused by missing corresponding iounamp()
of the of_iomap().

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found