[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20210906100323.ACD4CC43460@smtp.codeaurora.org>
Date: Mon, 6 Sep 2021 10:03:23 +0000 (UTC)
From: Kalle Valo <kvalo@...eaurora.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: netdev@...r.kernel.org, Randy Dunlap <rdunlap@...radead.org>,
kernel test robot <lkp@...el.com>,
Luca Coelho <luciano.coelho@...el.com>,
linux-wireless@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Subject: Re: iwlwifi: fix printk format warnings in uefi.c
Randy Dunlap <rdunlap@...radead.org> wrote:
> The kernel test robot reports printk format warnings in uefi.c, so
> correct them.
>
> ../drivers/net/wireless/intel/iwlwifi/fw/uefi.c: In function 'iwl_uefi_get_pnvm':
> ../drivers/net/wireless/intel/iwlwifi/fw/uefi.c:52:30: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'long unsigned int' [-Wformat=]
> 52 | "PNVM UEFI variable not found %d (len %zd)\n",
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 53 | err, package_size);
> | ~~~~~~~~~~~~
> | |
> | long unsigned int
> ../drivers/net/wireless/intel/iwlwifi/fw/uefi.c:59:29: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'long unsigned int' [-Wformat=]
> 59 | IWL_DEBUG_FW(trans, "Read PNVM from UEFI with size %zd\n", package_size);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
> | |
> | long unsigned int
>
> Fixes: 84c3c9952afb ("iwlwifi: move UEFI code to a separate file")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Reported-by: kernel test robot <lkp@...el.com>
> Cc: Kalle Valo <kvalo@...eaurora.org>
> Cc: Luca Coelho <luciano.coelho@...el.com>
> Cc: linux-wireless@...r.kernel.org
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: Jakub Kicinski <kuba@...nel.org>
Patch applied to wireless-drivers.git, thanks.
e4457a45b41c iwlwifi: fix printk format warnings in uefi.c
--
https://patchwork.kernel.org/project/linux-wireless/patch/20210821020901.25901-1-rdunlap@infradead.org/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists