From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BDA35CD1288 for ; Wed, 3 Apr 2024 10:27:05 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=c5s51DVN; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4V8gsh39r3z3vqM for ; Wed, 3 Apr 2024 21:27:04 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=c5s51DVN; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=linux.intel.com (client-ip=198.175.65.21; helo=mgamail.intel.com; envelope-from=heikki.krogerus@linux.intel.com; receiver=lists.ozlabs.org) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4V8grv6jgvz3vdC for ; Wed, 3 Apr 2024 21:26:23 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1712139984; x=1743675984; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=uvNwH5AhBZRtd1Efkm5wZZSPyGfV9X51E6xAbQSgfX8=; b=c5s51DVNa5F4QggDtctMzfAmKm/HmUMB/FDt8tWYcFRBftulRm+bLUEK lF+yS/5J/9/N0/j5S1dVqWgF7o5aWoSEGjUymRk3ZvLMUOeEsG9ZEU8eL iiNNveysP+cRM30Dr9WCXrlQI8Qw+FeWrGDgnaQfIjghFAF4ljRiRfMu8 C924gQleDb07jdtqZBiR1XzQsX7ilohy3gjSBi+ub5WNLIMaVPnQbAnxU xcLv5LzTPlLPeQYWe6JjaHXkus4aBgSa55BvfA9G3QS+/CCAAcFJPFYMx jh5EZPD4WEU0WRUATKEzNXN5AKk1vpfTxWRgzBHNzJCwUDBU+a3jjSenT Q==; X-CSE-ConnectionGUID: f223GS53QDyhUe5ZnHP/sQ== X-CSE-MsgGUID: XYFQ0/rVRWGhhUpBrpMI8w== X-IronPort-AV: E=McAfee;i="6600,9927,11032"; a="7283160" X-IronPort-AV: E=Sophos;i="6.07,177,1708416000"; d="scan'208";a="7283160" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orvoesa113.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2024 03:26:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,11032"; a="937084819" X-IronPort-AV: E=Sophos;i="6.07,177,1708416000"; d="scan'208";a="937084819" Received: from kuha.fi.intel.com ([10.237.72.185]) by fmsmga001.fm.intel.com with SMTP; 03 Apr 2024 03:26:19 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Wed, 03 Apr 2024 13:26:18 +0300 Date: Wed, 3 Apr 2024 13:26:18 +0300 From: Heikki Krogerus To: Krzysztof Kozlowski Subject: Re: [PATCH v2 3/3] usb: typec: displayport: drop driver owner assignment Message-ID: References: <20240331091737.19836-1-krzk@kernel.org> <20240331091737.19836-3-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240331091737.19836-3-krzk@kernel.org> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Greg Kroah-Hartman , Ran Wang , linuxppc-dev@lists.ozlabs.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Sun, Mar 31, 2024 at 11:17:37AM +0200, Krzysztof Kozlowski wrote: > Core in typec_altmode_register_driver() already sets the .owner, so > driver does not need to. > > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Heikki Krogerus > --- > > Changes in v2: > 1. New patch > --- > drivers/usb/typec/altmodes/displayport.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/usb/typec/altmodes/displayport.c b/drivers/usb/typec/altmodes/displayport.c > index 038dc51f429d..596cd4806018 100644 > --- a/drivers/usb/typec/altmodes/displayport.c > +++ b/drivers/usb/typec/altmodes/displayport.c > @@ -802,7 +802,6 @@ static struct typec_altmode_driver dp_altmode_driver = { > .remove = dp_altmode_remove, > .driver = { > .name = "typec_displayport", > - .owner = THIS_MODULE, > .dev_groups = displayport_groups, > }, > }; > -- > 2.34.1 -- heikki