]> Git Repo - linux.git/commit
net: stmmac: mdio: remove reset gpio free
authorSrinivas Kandagatla <[email protected]>
Thu, 16 Jan 2014 10:51:58 +0000 (10:51 +0000)
committerDavid S. Miller <[email protected]>
Thu, 16 Jan 2014 23:23:43 +0000 (15:23 -0800)
commit984203ceff27e9d6d94fbae4b043fc9afb658121
tree570121a60df979dde2f91eefd3909ec046f1f5a0
parent9cbadf094d9d479413dc8cfa77dff9e732184337
net: stmmac: mdio: remove reset gpio free

This patch removes gpio_free for reset line of the phy, driver stores
the gpio number in its private data-structure to use in future. As the
driver uses this pin in future this pin should not be freed.

Signed-off-by: Srinivas Kandagatla <[email protected]>
Acked-by: Giuseppe Cavallaro <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
This page took 0.051995 seconds and 4 git commands to generate.