From nobody Sat Jul 25 00:17:21 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 E62B0356A12; Tue, 21 Jul 2026 19:16:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784661384; cv=none; b=WxhfDoSlv0Bt0z0J1viVLfNmuyF8iSRDDk/8brn9zhUolXRqo5AT8d3/dU+8p+O9e18kFuKRST4CnoDa0ZBeGifMBzGEFG/8afpFUZ4s1fgS7BLXiiektTrT42/dK2RaVeWx0IqkcFkW2wD7LPUyxzywX8x/6buRYJmbkVvuMi0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784661384; c=relaxed/simple; bh=D8QwM0uilcapCYahebYxbxQR0Fg3P3JXmx6E08wEthY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=e4cYYMhKNTvtx3qVfC+dncqs2JYgLap8T2yTd+G2wOl/xd8BqTxztMf8PDQQ+CcYBeYMEVJamG+TcfpaS8ldDBGv0iy8Q7M3NvzT7P7je2ACPbzWHHSCdVr5IzAfGr5vAdNK40i8Ela0tk+Iwde/ZeIMvcbDMKn1iv7dgHRh2u8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAE591F00A3A; Tue, 21 Jul 2026 19:16:21 +0000 (UTC) From: Claudiu Beznea To: wsa+renesas@sang-engineering.com, tommaso.merciai.xr@bp.renesas.com, alexandre.belloni@bootlin.com, Frank.Li@nxp.com Cc: claudiu.beznea@tuxon.dev, linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Claudiu Beznea Subject: [PATCH v2] i3c: renesas: Drop unused structure member 'resuming' Date: Tue, 21 Jul 2026 22:16:18 +0300 Message-ID: <20260721191618.1850795-1-claudiu.beznea+renesas@tuxon.dev> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Claudiu Beznea The struct renesas_i3c::resuming is a leftover from a rebase. It is not used anywhere within the driver. Drop it. Signed-off-by: Claudiu Beznea Reviewed-by: Frank Li --- drivers/i3c/master/renesas-i3c.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/i3c/master/renesas-i3c.c b/drivers/i3c/master/renesas-= i3c.c index 2b501f31e874..ff1a243a802e 100644 --- a/drivers/i3c/master/renesas-i3c.c +++ b/drivers/i3c/master/renesas-i3c.c @@ -262,7 +262,6 @@ struct renesas_i3c { u8 addrs[RENESAS_I3C_MAX_DEVS]; unsigned long rate; enum i3c_internal_state internal_state; - bool resuming; u32 free_pos; u32 dyn_addr; u32 i2c_STDBR; --=20 2.43.0