[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202308140952.khPgynBT-lkp@intel.com>
Date: Mon, 14 Aug 2023 09:56:11 +0800
From: kernel test robot <lkp@...el.com>
To: Tony W Wang-oc <TonyWWang-oc@...oxin.com>, perex@...ex.cz,
tiwai@...e.com, pierre-louis.bossart@...ux.intel.com,
zhangyiqun@...tium.com.cn, peter.ujfalusi@...ux.intel.com,
broonie@...nel.org, chenhuacai@...nel.org,
cezary.rojewski@...el.com, siyanteng@...ngson.cn,
amadeuszx.slawinski@...ux.intel.com, evan.quan@....com,
jasontao@...nfly.com, kai.vehmanen@...ux.intel.com,
ranjani.sridharan@...ux.intel.com, mkumard@...dia.com,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Cc: oe-kbuild-all@...ts.linux.dev, CobeChen@...oxin.com,
TimGuo@...oxin.com, LeoLiu-oc@...oxin.com
Subject: Re: [PATCH] ALSA: hda: Zhaoxin: Add HDAC PCI IDs and HDMI Codec
Vendor IDs
Hi Tony,
kernel test robot noticed the following build warnings:
[auto build test WARNING on tiwai-sound/for-next]
[also build test WARNING on next-20230809]
[cannot apply to tiwai-sound/for-linus linus/master v6.5-rc6]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Tony-W-Wang-oc/ALSA-hda-Zhaoxin-Add-HDAC-PCI-IDs-and-HDMI-Codec-Vendor-IDs/20230731-140118
base: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next
patch link: https://lore.kernel.org/r/20230731055932.4336-1-TonyWWang-oc%40zhaoxin.com
patch subject: [PATCH] ALSA: hda: Zhaoxin: Add HDAC PCI IDs and HDMI Codec Vendor IDs
config: mips-randconfig-r073-20230814 (https://download.01.org/0day-ci/archive/20230814/202308140952.khPgynBT-lkp@intel.com/config)
compiler: mips64-linux-gcc (GCC) 12.3.0
reproduce: (https://download.01.org/0day-ci/archive/20230814/202308140952.khPgynBT-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202308140952.khPgynBT-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
sound/pci/hda/hda_controller.c:1051:38: sparse: sparse: cast removes address space '__iomem' of expression
>> sound/pci/hda/hda_controller.c:1051:66: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got char * @@
sound/pci/hda/hda_controller.c:1051:66: sparse: expected void volatile [noderef] __iomem *mem
sound/pci/hda/hda_controller.c:1051:66: sparse: got char *
sound/pci/hda/hda_controller.c:1053:44: sparse: sparse: cast removes address space '__iomem' of expression
sound/pci/hda/hda_controller.c:1053:72: sparse: sparse: incorrect type in argument 2 (different address spaces) @@ expected void volatile [noderef] __iomem *mem @@ got char * @@
sound/pci/hda/hda_controller.c:1053:72: sparse: expected void volatile [noderef] __iomem *mem
sound/pci/hda/hda_controller.c:1053:72: sparse: got char *
vim +1051 sound/pci/hda/hda_controller.c
1046
1047 static void azx_rirb_zxdelay(struct azx *chip, int enable)
1048 {
1049 if (chip->remap_diu_addr) {
1050 if (!enable)
> 1051 writel(0x0, (char *)chip->remap_diu_addr + 0x490a8);
1052 else
1053 writel(0x1000000, (char *)chip->remap_diu_addr + 0x490a8);
1054 }
1055 }
1056
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists