[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164269417314.2457156.16366204630518149172.b4-ty@arm.com>
Date: Thu, 20 Jan 2022 15:56:48 +0000
From: Catalin Marinas <catalin.marinas@....com>
To: arnd@...db.de, Xiongfeng Wang <wangxiongfeng2@...wei.com>
Cc: Will Deacon <will@...nel.org>, linux-kernel@...r.kernel.org,
linux-arch@...r.kernel.org, huangguangbin2@...wei.com
Subject: Re: [PATCH] asm-generic: Add missing brackets for io_stop_wc macro
On Fri, 14 Jan 2022 18:58:57 +0800, Xiongfeng Wang wrote:
> After using io_stop_wc(), drivers reports following compile error when
> compiled on X86.
>
> drivers/net/ethernet/hisilicon/hns3/hns3_enet.c: In function ‘hns3_tx_push_bd’:
> drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:2058:12: error: expected ‘;’ before ‘(’ token
> io_stop_wc();
> ^
> It is because I missed to add the brackets after io_stop_wc macro. So
> let's add the missing brackets.
>
> [...]
Applied to arm64 (for-next/core), thanks!
[1/1] asm-generic: Add missing brackets for io_stop_wc macro
https://git.kernel.org/arm64/c/440323b6cf5b
--
Catalin
Powered by blists - more mailing lists