Re: [PATCH (net.git)] stmmac: fix and review the ptp registration.
From: Dan Carpenter
Date: Wed Oct 19 2016 - 10:57:57 EST
Looks good. This actually fixes my commit where I changed the return
PTR_ERR(NULL) which means success to PTR_ERR(-ESOMETHING).
Unintentionally returning success was the correct behavior.
regards,
dan carpenter