commit | 32cba57ba74be58589aeb4cb6496183e46a5e3e5 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Thu Jul 23 16:06:20 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 26 21:51:53 2015 -0700 |
tree | cde848eeb941a9b7dc2743942f2ce565ddf44faa | |
parent | c0a1a0a698bb0f90ec4719de34f37715abfad8a5 [diff] |
net: fec: introduce fec_ptp_stop and use in probe fail path This function frees resources and cancels delayed work item that have been initialized in fec_ptp_init(). Use this to do proper error handling if something goes wrong in probe function after fec_ptp_init has been called. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Acked-by: Fugang Duan <B38611@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>