Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 16 Mar 2021 17:41:06 +0800 you wrote:
> From: Zihao Tang
>
> Fix the following coccicheck report:
>
> drivers/net/ipa/gsi.c:1341:2-9:
> line 1341 is redundant because platform_get_irq() already prints an error
>
On 3/16/21 4:41 AM, Jay Fang wrote:
From: Zihao Tang
Fix the following coccicheck report:
drivers/net/ipa/gsi.c:1341:2-9:
line 1341 is redundant because platform_get_irq() already prints an error
Remove dev_err() messages after platform_get_irq_byname() failures.
Signed-off-by: Zihao Tang
S
From: Zihao Tang
Fix the following coccicheck report:
drivers/net/ipa/gsi.c:1341:2-9:
line 1341 is redundant because platform_get_irq() already prints an error
Remove dev_err() messages after platform_get_irq_byname() failures.
Signed-off-by: Zihao Tang
Signed-off-by: Jay Fang
---
drivers/n