From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sipsolutions.net (s3.sipsolutions.net [168.119.38.16]) (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 3568C2FA0C6; Mon, 29 Dec 2025 11:11:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=168.119.38.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767006690; cv=none; b=LVAEF9saGhM7BKjD0tH2ClY0mHEHU6Inp7QnEHqKzs5k5wzJSWFcLg+Gow/Uwil3tayRhhqBsQbiNcfmGn+gQGujXPEhRfVRUTUx91yckLLfpRhXZhI7C6aGyo9ePQnHKvxufbypmJqqs58aVI9qZ5LflbNTfvcFKSSPUbTXMbQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767006690; c=relaxed/simple; bh=CeWtfXoQuDQXYXiGZTjxqllhDtPsRxAFjeuCZvLHAvU=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=UeYFTUqYLOGpgY2vkm4L0SH/GhfGtvGMR8cdgvpaJpuUg9MREThbT6276X3ELjHCD+peKwuo3FRQSukRRgGFApQ4dnGI5XDqLLASPcVNzNS47FJmo+DHYHw879Z7zZn6YqoWy6H6t3XYqHR0Za7FXfybFAkItxQjNJkENo71haw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sipsolutions.net; spf=pass smtp.mailfrom=sipsolutions.net; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b=E9E2qEvA; arc=none smtp.client-ip=168.119.38.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b="E9E2qEvA" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=CeWtfXoQuDQXYXiGZTjxqllhDtPsRxAFjeuCZvLHAvU=; t=1767006689; x=1768216289; b=E9E2qEvA/5GrGAo6MrhbEXI0Y+07sFfsWpKoSdh/5/sfT7A /pTnchsS2KMTviX5gi5MjUQCHrtm0+CpDzspdnxPtdCKkIpjl7gyQuWjdjyPKflQ9on+Y58gIuOmG pwCpoyh2/y83hAj1elMSNdbesG5eiup7x5jNXTuQy15EcuQG+W+f8fMcg/Rt9dHjfwX/3yjljn6v3 wrF2C7EOAlHsFga3BNIdNy6DoOZ0tsMZPRW+uweH2wRQNCC6O+RK96xKCNgjhzjjkNb3Jy7yV9pOh DN+xlhheElG9jsRxfBlNN/CysyTd1AppuyfwJSKyrfzq1ChNT5ts4acMjGvdlgsg==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.98.2) (envelope-from ) id 1vaAbb-0000000CV0d-3cir; Mon, 29 Dec 2025 11:36:04 +0100 Message-ID: <21f1759416ae907b8504605cd8a814dc85a99a0c.camel@sipsolutions.net> Subject: Re: [PATCH v1 2/4] wifi: rsi: sdio: Reduce use of #ifdef for CONFIG_PM From: Johannes Berg To: Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= , Ulf Hansson Cc: linux-mmc@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 29 Dec 2025 11:36:02 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.2 (3.56.2-2.fc42) Precedence: bulk X-Mailing-List: linux-mmc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-malware-bazaar: not-scanned On Wed, 2025-12-17 at 12:09 +0100, Uwe Kleine-K=C3=B6nig wrote: > This drops two #ifdefs (which is good because they are ugly) without > changing semantics. This also improves compile coverage because all the > code in the first #ifdef block is now compiled even for configurations > without CONFIG_PM (and then thrown away). This didn't build, and given that we never got 1/4 I'm going to assume it wasn't destined to the wireless tree. johannes