[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200416161334.GA13919@lst.de>
Date: Thu, 16 Apr 2020 18:13:34 +0200
From: Christoph Hellwig <hch@....de>
To: Mark Brown <broonie@...nel.org>
Cc: Christoph Hellwig <hch@....de>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
Liam Girdwood <lgirdwood@...il.com>,
linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org,
alsa-devel@...a-project.org
Subject: Re: [PATCH 1/7] ASoC: txx9: don't work around too small
resource_size_t
On Thu, Apr 16, 2020 at 05:12:26PM +0100, Mark Brown wrote:
> On Thu, Apr 16, 2020 at 05:00:05PM +0200, Christoph Hellwig wrote:
> > The txx9 sound driver deends on HAS_TXX9_ACLC, which is only set for
> > three tx49xx SOCs, and thus always has a 64-bit phys_addr_t and
> > resource_size_t. Instead of poking into ioremap internals to work
> > around a potentially too small resource_size_t just add a BUILD_BUG_ON
> > to catch such a case.
>
> Acked-by: Mark Brown <broonie@...nel.org>
>
> or can I just apply this independently of the rest of the series?
No, once ioremap is moved out of line the driver would otherwise
fail to compile as it doesn't pull in the defintitions anymore.
Powered by blists - more mailing lists