Re: [PATCH 1/4] ptp: do not explicitly set drvdata in ptp_clock_register()

2017-02-14 Thread Richard Cochran
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

[PATCH 1/4] ptp: do not explicitly set drvdata in ptp_clock_register()

2017-02-13 Thread Dmitry Torokhov
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