* [PATCH v4 net-next] sfc: fix builds without CONFIG_RTC_LIB
@ 2023-02-20 11:01 alejandro.lucero-palau
2023-02-21 0:50 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: alejandro.lucero-palau @ 2023-02-20 11:01 UTC (permalink / raw)
To: netdev, linux-net-drivers
Cc: davem, kuba, pabeni, edumazet, habetsm.xilinx, ecree.xilinx,
linux-doc, corbet, jiri, Alejandro Lucero
From: Alejandro Lucero <alejandro.lucero-palau@amd.com>
Add an embarrassingly missed semicolon plus and embarrassingly missed
parenthesis breaking kernel building when CONFIG_RTC_LIB is not set
like the one reported with ia64 config.
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202302170047.EjCPizu3-lkp@intel.com/
Fixes: 14743ddd2495 ("sfc: add devlink info support for ef100")
Signed-off-by: Alejandro Lucero <alejandro.lucero-palau@amd.com>
---
drivers/net/ethernet/sfc/efx_devlink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/sfc/efx_devlink.c b/drivers/net/ethernet/sfc/efx_devlink.c
index d2eb6712ba35..c829362ca99f 100644
--- a/drivers/net/ethernet/sfc/efx_devlink.c
+++ b/drivers/net/ethernet/sfc/efx_devlink.c
@@ -323,7 +323,7 @@ static void efx_devlink_info_running_v2(struct efx_nic *efx,
GET_VERSION_V2_OUT_SUCFW_BUILD_DATE);
rtc_time64_to_tm(tstamp, &build_date);
#else
- memset(&build_date, 0, sizeof(build_date)
+ memset(&build_date, 0, sizeof(build_date));
#endif
build_id = MCDI_DWORD(outbuf, GET_VERSION_V2_OUT_SUCFW_CHIP_ID);
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v4 net-next] sfc: fix builds without CONFIG_RTC_LIB
2023-02-20 11:01 [PATCH v4 net-next] sfc: fix builds without CONFIG_RTC_LIB alejandro.lucero-palau
@ 2023-02-21 0:50 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-02-21 0:50 UTC (permalink / raw)
To: Lucero, Palau, Alejandro
Cc: netdev, linux-net-drivers, davem, kuba, pabeni, edumazet,
habetsm.xilinx, ecree.xilinx, linux-doc, corbet, jiri
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 20 Feb 2023 11:01:33 +0000 you wrote:
> From: Alejandro Lucero <alejandro.lucero-palau@amd.com>
>
> Add an embarrassingly missed semicolon plus and embarrassingly missed
> parenthesis breaking kernel building when CONFIG_RTC_LIB is not set
> like the one reported with ia64 config.
>
> Reported-by: kernel test robot <lkp@intel.com>
> Link: https://lore.kernel.org/oe-kbuild-all/202302170047.EjCPizu3-lkp@intel.com/
> Fixes: 14743ddd2495 ("sfc: add devlink info support for ef100")
> Signed-off-by: Alejandro Lucero <alejandro.lucero-palau@amd.com>
>
> [...]
Here is the summary with links:
- [v4,net-next] sfc: fix builds without CONFIG_RTC_LIB
https://git.kernel.org/netdev/net-next/c/5f22c3b6215d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-21 0:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 11:01 [PATCH v4 net-next] sfc: fix builds without CONFIG_RTC_LIB alejandro.lucero-palau
2023-02-21 0:50 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).