Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp2906040ybk; Mon, 18 May 2020 10:47:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxdQQLHvCOUOO3/GKOwQWmsVd4WpYoITt9MzEvrGwIFRHqsMu8xBtXmnqd2DAjZnryKqbqP X-Received: by 2002:a50:f610:: with SMTP id c16mr15099383edn.175.1589824078266; Mon, 18 May 2020 10:47:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589824078; cv=none; d=google.com; s=arc-20160816; b=EhtRL6bx1I547Za7d/60fFzS6egCqktqHFEikwAEX7zHopcLc0nDegcii3gPcmhHBE lMeXA35jIrPkOd1UDUZnQzy9vcpZjUnoK0tE8LeFDeSda6PRHH4HSWG5U1jUmrNwZmE9 8dZJvKbQSYFQ0fsWOMRC6dyfql0nSfz2G6LwJq1uamIc93XTxorEH5q91LFZ2o8L0MQr HmOuen+mxqc+zmu49aFtzoNRajh/WuvZQwm+RNyQOEe0+8Ze/fzfL/4koB1VWJMffSaw XX6RFb2+itOI7kTiKYOZQhC2X+vfywuhWNsmP3rDFYW6GDfUbTaYVFCpIjdpA1wDOHoX yDYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=9ouSsmkeCl6DmiBBkkKOBEiJfXC859jbdE2wI9B3kNA=; b=AcNXf/mbhxxJrF6I/lnTS/4EjBI0l/GNzfgos5k9b0ECA1g7Bjwu0aSs7J3E0lnSIw beMl6dRtI6L+eO58BC9Nd4V2tlioFulh3gNNPrWXpeTZnL9WDhbnOTOHl0okGMAnejna r7JmQZFSlqMZUUNgKHRLYSLiTQitDcXqkKvHZ4LbPmYcZmza4Xy0tPOj9xWV7WcLBI1f c/XTfrxxk4ynWWDXQkRSDNk0kLX+uBv4h+WWZfk8wTC9SytK5PTojVw0QCnRnwqieg5l B04YBzRStll6X8pn76bdyGmO3THS6Sy46Ai+rKl/7qkuzp5AbMl1OwBFDdsKH6IfAUHS 10Rw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=IIMNAKIU; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t13si3771762edr.503.2020.05.18.10.47.35; Mon, 18 May 2020 10:47:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=IIMNAKIU; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729549AbgERRnR (ORCPT + 99 others); Mon, 18 May 2020 13:43:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:40270 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729510AbgERRnB (ORCPT ); Mon, 18 May 2020 13:43:01 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9F50520872; Mon, 18 May 2020 17:43:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589823781; bh=tW5Leq1Qq6QR+j8XMpLk7wPERRod4XTAdx7n1DmgJq0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IIMNAKIUbIm3DrvN+Jse21ieZGef/zuRkvnBSUqS2qlOp52HlppvQjezmt6RzfNX1 boEcJuXHsBvYHuOBY/y3S497sWLLj5Utx5FmvOdwWSiYqMVfjQvWyb9HH2W8bqskJ2 8k25rtQg/5rafxk3QSTl1iXsMuFTMMUrhBVXPDxc= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Richard Cochran , Dmitry Torokhov , "David S. Miller" , Ben Hutchings , Sasha Levin Subject: [PATCH 4.9 34/90] ptp: do not explicitly set drvdata in ptp_clock_register() Date: Mon, 18 May 2020 19:36:12 +0200 Message-Id: <20200518173458.048509640@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200518173450.930655662@linuxfoundation.org> References: <20200518173450.930655662@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Dmitry Torokhov commit 882f312dc0751c973db26478f07f082c584d16aa upstream. We do not need explicitly call dev_set_drvdata(), as it is done for us by device_create(). Acked-by: Richard Cochran Signed-off-by: Dmitry Torokhov Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings Signed-off-by: Sasha Levin --- 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 2aa5b37cc6d24..08f304b83ad13 100644 --- a/drivers/ptp/ptp_clock.c +++ b/drivers/ptp/ptp_clock.c @@ -220,8 +220,6 @@ struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info, if (IS_ERR(ptp->dev)) goto no_device; - dev_set_drvdata(ptp->dev, ptp); - err = ptp_populate_sysfs(ptp); if (err) goto no_sysfs; -- 2.20.1