From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx-out2.startmail.com (mx-out2.startmail.com [145.131.90.155]) (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 3864A328B7D; Tue, 28 Oct 2025 22:34:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=145.131.90.155 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761690844; cv=none; b=Hq2a021hef9XH0VmMNw3eYFleiXVjYb4s44K5PJd4n7UXehTcZ+k/bEitNKo+108bI+0xX5pYMt8EAm7Hmmbt6EjRa4Qm17rJKQoMl/IsQKEzwdXCSfaMV2LEmQhvFBm264Q41SLnl/3k6CObZpkxTU3DOoMgGxeR9wffA2JDSs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761690844; c=relaxed/simple; bh=iqa/oXvDIF1kSlE5Bx6xl2J/jyNf0x3ciXmOvj+Rd3A=; h=Date:From:To:Cc:Subject:Message-ID:References:Mime-Version: Content-Type:Content-Disposition:In-Reply-To; b=pqruo5Sa5S/raPBq8Hd2c8r+JHOKeulpw6QeQXISJxnYU0SDRrPVnXR1Xe5vM3SMdHPPMivvvs0rRBtedWmZwsm3ACJJzxlTvWRV5ZCmbu+FPE0ec8K8T0gFr0WqipZEqnycBtoDPUwvCV48IECg5M4ogmpp9x+aFSFPKSO+Au8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weathered-steel.dev; spf=pass smtp.mailfrom=weathered-steel.dev; dkim=pass (2048-bit key) header.d=weathered-steel.dev header.i=@weathered-steel.dev header.b=XbXNg3Ah; arc=none smtp.client-ip=145.131.90.155 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weathered-steel.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=weathered-steel.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=weathered-steel.dev header.i=@weathered-steel.dev header.b="XbXNg3Ah" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=weathered-steel.dev; s=startmail1; t=1761690839; bh=iqa/oXvDIF1kSlE5Bx6xl2J/jyNf0x3ciXmOvj+Rd3A=; h=Date:From:To:Subject:Message-ID:References:Mime-Version: Content-Type:Content-Disposition:In-Reply-To:From:Subject:To:Date: Sender:Content-Type:Content-Transfer-Encoding:Content-Disposition: Mime-Version:Reply-To:In-Reply-To:References:Message-Id: List-Unsubscribe:List-Unsubscribe-Post:Autocrypt; b=XbXNg3AhOOIFLo54iEz52G7QmxUUmeIgP8jTa9HTcEYpqOXWe3EcSUl78yixaI4Th eT5FsrwrLq9hsZlWAcU/HgeRx4z8ZKOWn+QeDwixExEc7uwtRjPDvpZbo88dm+mpCa 4x2j+Hbhtxr9XnivGnyVZtRV1pwCAdo31HrcqZ1r+Rd4K0tFNzbMu/r0McvWrunmdT l3r5kl5x8m9p6f5cwJqGU8m4eBeCDHnm9eOzNtOUm8zEbnqyaod+PkL3aVgKeDd6HQ ZYVyOy4WSM+GeWr7sDkFH9rHbpaKO73bx53vzz6zl4nq3RSiidyEUGNTUor+uxvVJt IFHV3YBbehi0g== Date: Tue, 28 Oct 2025 22:33:56 +0000 From: Elle Rhumsaa To: Michal Wilczynski Cc: Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , Drew Fustini , Guo Ren , Fu Wei , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Stephen Rothwell , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH 4/4] pwm: th1520: Fix clippy warning for redundant struct field init Message-ID: References: <20251028-pwm_fixes-v1-0-25a532d31998@samsung.com> <20251028-pwm_fixes-v1-4-25a532d31998@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251028-pwm_fixes-v1-4-25a532d31998@samsung.com> On Tue, Oct 28, 2025 at 01:22:35PM +0100, Michal Wilczynski wrote: > Signed-off-by: Michal Wilczynski > --- Reviewed-by: Elle Rhumsaa