From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 326D5249E7; Thu, 23 Nov 2023 13:15:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="bfwnHsr3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B96A3C433C7; Thu, 23 Nov 2023 13:15:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700745314; bh=VMwR96iPuDm2xucRtdyxV6XCVoVFjQ6uXBqmca88So8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bfwnHsr3n+04XxPSrm2+dz8sNeuQgAZpdCgE4WBAwju6o5jbwApU6DehqKy8Vd3tx gSKPZ6xxzMas54dLQyfuBMBD2nspyY2+AQ6M+1/+xzR/no7N6lHkTtUTgWWQLbHQfN 7xTXxZHfSAtG9xG4Kj0tjsaUeJBW4YyaaDKACSoE= Date: Thu, 23 Nov 2023 12:55:29 +0000 From: Greg Kroah-Hartman To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Johan Hovold , Alex Elder , Thierry Reding , greybus-dev@lists.linaro.org, linux-staging@lists.linux.dev, kernel@pengutronix.de, linux-pwm@vger.kernel.org Subject: Re: [PATCH v3 036/108] staging: greybus: pwm: Make use of pwmchip_parent() macro Message-ID: <2023112321-mandolin-bagged-d6dd@gregkh> References: <20231121134901.208535-1-u.kleine-koenig@pengutronix.de> <20231121134901.208535-37-u.kleine-koenig@pengutronix.de> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231121134901.208535-37-u.kleine-koenig@pengutronix.de> On Tue, Nov 21, 2023 at 02:49:38PM +0100, Uwe Kleine-König wrote: > struct pwm_chip::dev is about to change. To not have to touch this > driver in the same commit as struct pwm_chip::dev, use the macro > provided for exactly this purpose. > > Signed-off-by: Uwe Kleine-König > --- > drivers/staging/greybus/pwm.c | 55 +++++++++++++++++------------------ > 1 file changed, 26 insertions(+), 29 deletions(-) Acked-by: Greg Kroah-Hartman