From: Jürgen Groß <jgross@suse.com> Date: 2021-02-04 11:10:19
On 02.02.21 11:17, Jiapeng Chong wrote:
Fix the following coccicheck warnings:
./drivers/net/xen-netfront.c:1816:52-54: WARNING !A || A && B is
equivalent to !A || B.
Reported-by: Abaci Robot <redacted>
Signed-off-by: Jiapeng Chong <redacted>
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 2 Feb 2021 18:17:49 +0800 you wrote:
Fix the following coccicheck warnings:
./drivers/net/xen-netfront.c:1816:52-54: WARNING !A || A && B is
equivalent to !A || B.
Reported-by: Abaci Robot <redacted>
Signed-off-by: Jiapeng Chong <redacted>
[...]