Closed warped-rudi closed 9 years ago
Will merge it later.
On Tue, Sep 15, 2015, 9:31 PM Rudi Ihle notifications@github.com wrote:
The work queue callback initialize in fec_ptp_init() must be terminated in case the PHY is not probed successfully. However, we should not do this, in case it was not initialised at all. This fixes #17
https://github.com/SolidRun/linux-fslc/issues/17.
You can view, comment on, or merge this pull request online at:
https://github.com/SolidRun/linux-fslc/pull/18 Commit Summary
- net: fec: Properly shutdown time_keep work queue
File Changes
- M drivers/net/ethernet/freescale/fec_main.c https://github.com/SolidRun/linux-fslc/pull/18/files#diff-0 (5)
Patch Links:
- https://github.com/SolidRun/linux-fslc/pull/18.patch
- https://github.com/SolidRun/linux-fslc/pull/18.diff
— Reply to this email directly or view it on GitHub https://github.com/SolidRun/linux-fslc/pull/18.
The work queue callback initialize in fec_ptp_init() must be terminated in case the PHY is not probed successfully. However, we should not do this, in case it was not initialised at all. This fixes #17.