Dmitry,
Be sure to put davem onto CC next time, as he merges any PTP work.
On Mon, Feb 13, 2017 at 07:51:05PM -0800, Dmitry Torokhov wrote:
> We do not need explicitly call dev_set_drvdata(), as it is done for us by
> device_create().
Acked-by: Richard Cochran
We do not need explicitly call dev_set_drvdata(), as it is done for us by
device_create().
Signed-off-by: Dmitry Torokhov
---
drivers/ptp/ptp_clock.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/ptp/ptp_clock.c b/drivers/ptp/ptp_clock.c
index 9c13381b6966..b4e5e8022c29 100644
---