[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Zl-JUkLoxqraKciw@smile.fi.intel.com>
Date: Wed, 5 Jun 2024 00:38:26 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Chia-I Wu <olvaffe@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
AKASHI Takahiro <takahiro.akashi@...aro.org>,
Dan Williams <dan.j.williams@...el.com>,
Baoquan He <bhe@...hat.com>,
Alison Schofield <alison.schofield@...el.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] resource: add a basic test for walk_iomem_res_desc
On Tue, Jun 04, 2024 at 02:31:46PM -0700, Chia-I Wu wrote:
> This mainly tests that find_next_iomem_res() does not miss resources.
In the Subject: walk_iomem_res_desc()
> Signed-off-by: Chia-I Wu <olvaffe@...il.com>
...
> + res[2] = (struct resource){
> + .start = offset,
> + .end = offset + SZ_1K - 1,
> + .name = "NESTED",
> + };
We have respective macros. Use them.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists