From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752706AbdBNIat (ORCPT ); Tue, 14 Feb 2017 03:30:49 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:34998 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750859AbdBNIar (ORCPT ); Tue, 14 Feb 2017 03:30:47 -0500 Date: Tue, 14 Feb 2017 09:30:31 +0100 From: Richard Cochran To: Dmitry Torokhov Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] ptp: do not explicitly set drvdata in ptp_clock_register() Message-ID: <20170214083031.GA8048@localhost.localdomain> References: <20170214035108.19622-1-dmitry.torokhov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170214035108.19622-1-dmitry.torokhov@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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