SolidRun / linux-fslc

Linux kernel source tree
Other
12 stars 26 forks source link

net: fec: Properly shutdown time_keep work queue #18

Closed warped-rudi closed 9 years ago

warped-rudi commented 9 years ago

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.

linux4kix commented 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

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/SolidRun/linux-fslc/pull/18.