From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 061ABC433F5 for ; Tue, 25 Jan 2022 22:01:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233461AbiAYWB0 (ORCPT ); Tue, 25 Jan 2022 17:01:26 -0500 Received: from mga17.intel.com ([192.55.52.151]:61938 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233449AbiAYWBZ (ORCPT ); Tue, 25 Jan 2022 17:01:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643148085; x=1674684085; h=date:from:to:cc:subject:message-id:mime-version; bh=50WvBdO0aoF5eiXcc3sdVxmqZqGxZ5xl6/Y23lJ/JXg=; b=C6FddxPhLQWZGWzjIoG2wXZ7yb4uoRLa0EZfenEPwWJzgtnQ3HdmtdYD E37KHiB3ZAj1dZRhkhAnB1c4s6WGx4cBDte7bnP9bNvaO/ErWPMp4eagQ oYXjIV77GtTQe3y51VyPFGfohfUZuxiEgtq+tqrhE12pfk3sBNrzfP/1n p3o81MaPLC+fklsAQpVBXAGyxfAyi4J4LYp11wDsTg/CzgAG3zSlzcEdM 1tJAeTvdZYDTEjcHTNoQEdwr33sEKCfvmodZJM7Xlj0dOxu4LYdx6s+yw LfH050x5gq/3X0QsNCwAKJEwqGnQyTio4egjQgR8Y2ZBxcsdubNtPzWNJ g==; X-IronPort-AV: E=McAfee;i="6200,9189,10238"; a="227098649" X-IronPort-AV: E=Sophos;i="5.88,315,1635231600"; d="scan'208";a="227098649" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2022 14:01:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,315,1635231600"; d="scan'208";a="477274298" Received: from lkp-server01.sh.intel.com (HELO 276f1b88eecb) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 25 Jan 2022 14:01:23 -0800 Received: from kbuild by 276f1b88eecb with local (Exim 4.92) (envelope-from ) id 1nCTsQ-000KUC-Qa; Tue, 25 Jan 2022 22:01:22 +0000 Date: Wed, 26 Jan 2022 06:00:57 +0800 From: kernel test robot To: Guochun Mao Cc: kbuild-all@lists.01.org, linux-spi@vger.kernel.org, Mark Brown , Zhen Zhang , AngeloGioacchino Del Regno Subject: [broonie-spi:for-next 6/17] drivers/spi/spi-mtk-nor.c:763:27: sparse: sparse: symbol 'mtk_nor_caps_mt8173' was not declared. Should it be static? Message-ID: <202201260501.UQM1qctQ-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next head: a708078eeb992799161e794d9c569cf4f725a5b0 commit: 5b177234e9fde7d4208e8163debc109b86e3f68d [6/17] spi: spi-mtk-nor: improve device table for adding more capabilities config: csky-randconfig-s031-20220124 (https://download.01.org/0day-ci/archive/20220126/202201260501.UQM1qctQ-lkp@intel.com/config) compiler: csky-linux-gcc (GCC) 11.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.4-dirty # https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git/commit/?id=5b177234e9fde7d4208e8163debc109b86e3f68d git remote add broonie-spi https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git git fetch --no-tags broonie-spi for-next git checkout 5b177234e9fde7d4208e8163debc109b86e3f68d # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=csky SHELL=/bin/bash drivers/spi/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> drivers/spi/spi-mtk-nor.c:763:27: sparse: sparse: symbol 'mtk_nor_caps_mt8173' was not declared. Should it be static? >> drivers/spi/spi-mtk-nor.c:768:27: sparse: sparse: symbol 'mtk_nor_caps_mt8192' was not declared. Should it be static? drivers/spi/spi-mtk-nor.c: note: in included file (through arch/csky/include/asm/io.h, include/linux/scatterlist.h, include/linux/dma-mapping.h): include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [usertype] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argument 1 (different base types) @@ expected unsigned int [usertype] value @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [usertype] value vim +/mtk_nor_caps_mt8173 +763 drivers/spi/spi-mtk-nor.c 761 762 static size_t mtk_max_msg_size(struct spi_device *spi) > 763 { 764 return MTK_NOR_PRG_MAX_SIZE; 765 } 766 767 static const struct spi_controller_mem_ops mtk_nor_mem_ops = { > 768 .adjust_op_size = mtk_nor_adjust_op_size, 769 .supports_op = mtk_nor_supports_op, 770 .exec_op = mtk_nor_exec_op 771 }; 772 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1403283652342916143==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [broonie-spi:for-next 6/17] drivers/spi/spi-mtk-nor.c:763:27: sparse: sparse: symbol 'mtk_nor_caps_mt8173' was not declared. Should it be static? Date: Wed, 26 Jan 2022 06:00:57 +0800 Message-ID: <202201260501.UQM1qctQ-lkp@intel.com> List-Id: --===============1403283652342916143== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for= -next head: a708078eeb992799161e794d9c569cf4f725a5b0 commit: 5b177234e9fde7d4208e8163debc109b86e3f68d [6/17] spi: spi-mtk-nor: i= mprove device table for adding more capabilities config: csky-randconfig-s031-20220124 (https://download.01.org/0day-ci/arch= ive/20220126/202201260501.UQM1qctQ-lkp(a)intel.com/config) compiler: csky-linux-gcc (GCC) 11.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/= make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.4-dirty # https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git/c= ommit/?id=3D5b177234e9fde7d4208e8163debc109b86e3f68d git remote add broonie-spi https://git.kernel.org/pub/scm/linux/ker= nel/git/broonie/spi.git git fetch --no-tags broonie-spi for-next git checkout 5b177234e9fde7d4208e8163debc109b86e3f68d # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= C=3D1 CF=3D'-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=3Dbuild_dir ARCH=3Dc= sky SHELL=3D/bin/bash drivers/spi/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> drivers/spi/spi-mtk-nor.c:763:27: sparse: sparse: symbol 'mtk_nor_caps_m= t8173' was not declared. Should it be static? >> drivers/spi/spi-mtk-nor.c:768:27: sparse: sparse: symbol 'mtk_nor_caps_m= t8192' was not declared. Should it be static? drivers/spi/spi-mtk-nor.c: note: in included file (through arch/csky/inc= lude/asm/io.h, include/linux/scatterlist.h, include/linux/dma-mapping.h): include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:267:16: sparse: sparse: cast to restricted __le= 32 include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value include/asm-generic/io.h:299:22: sparse: got restricted __le32 [user= type] include/asm-generic/io.h:299:22: sparse: sparse: incorrect type in argum= ent 1 (different base types) @@ expected unsigned int [usertype] value = @@ got restricted __le32 [usertype] @@ include/asm-generic/io.h:299:22: sparse: expected unsigned int [user= type] value vim +/mtk_nor_caps_mt8173 +763 drivers/spi/spi-mtk-nor.c 761 = 762 static size_t mtk_max_msg_size(struct spi_device *spi) > 763 { 764 return MTK_NOR_PRG_MAX_SIZE; 765 } 766 = 767 static const struct spi_controller_mem_ops mtk_nor_mem_ops =3D { > 768 .adjust_op_size =3D mtk_nor_adjust_op_size, 769 .supports_op =3D mtk_nor_supports_op, 770 .exec_op =3D mtk_nor_exec_op 771 }; 772 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============1403283652342916143==--