[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADYN=9J7U125FHU10=fQ-L21zZSrPh3h6eUhSn7=J=hHJPgY2Q@mail.gmail.com>
Date: Thu, 25 Apr 2019 09:08:45 +0200
From: Anders Roxell <anders.roxell@...aro.org>
To: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
Cc: liam.r.girdwood@...ux.intel.com, yang.jie@...ux.intel.com,
Mark Brown <broonie@...nel.org>, perex@...ex.cz,
tiwai@...e.com, alsa-devel@...a-project.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [alsa-devel] [PATCH] ASoC: Intel: bytcht_es8316: fix cast warning
On Thu, 25 Apr 2019 at 01:13, Pierre-Louis Bossart
<pierre-louis.bossart@...ux.intel.com> wrote:
>
> On 4/24/19 6:41 AM, Anders Roxell wrote:
> > When building bytcht_es8316 the following warning shows up:
> >
> > ../sound/soc/intel/boards/bytcht_es8316.c: In function ‘snd_byt_cht_es8316_mc_probe’:
> > ../sound/soc/intel/boards/bytcht_es8316.c:508:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> > quirk = (int)dmi_id->driver_data;
> > ^
> >
> > Rework to use uintptr_t instead of int.
> >
> > Fixes: a8d218f4fe81 ("ASoC: Intel: bytcht_es8316: Add quirk for the Teclast X98+ II")
> > Signed-off-by: Anders Roxell <anders.roxell@...aro.org>
>
> I submitted an alternate fix last Friday to alsa-devel, along with 2
> additional patches to handle the quirk_override in the same way between
> machine drivers.
OK, yes your patch address the problem.
Cheers,
Anders
Powered by blists - more mailing lists