Re: [PATCH v1 1/1] platform/chrome: chromeos_laptop - replace open coded variant of DEFINE_RES_IRQ()

From: Tzung-Bi Shih
Date: Tue Jul 01 2025 - 03:21:02 EST


On Mon, Jun 30, 2025 at 01:17:45PM +0300, Andy Shevchenko wrote:
> DEFINE_RES_*() are compound literals, and hence no need to do that explicitly.
> Besides that, we have no IRQ name provided, no need to use _NAMED() variant.
> Replace open coded variant of DEFINE_RES_IRQ().
> No functional changes intended.
>
> [...]

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-next

[1/1] platform/chrome: chromeos_laptop - replace open coded variant of DEFINE_RES_IRQ()
commit: 5af89b6309417bdc2ff6835509d33a172c4a3218

Thanks!