]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: systemport: Omit superfluous error message in bcm_sysport_probe()
authorTang Bin <tangbin@cmss.chinamobile.com>
Sat, 18 Apr 2020 08:51:06 +0000 (16:51 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Apr 2020 18:05:24 +0000 (11:05 -0700)
commitbdbe05b381ecb65494199abf044be3a8d5530b58
tree99c77319d7e23a4956348e8be7ad82b6e703444e
parent27de77cec985233bdf6546437b9761853265c505
net: systemport: Omit superfluous error message in bcm_sysport_probe()

In the function bcm_sysport_probe(), when get irq failed, the function
platform_get_irq() logs an error message, so remove redundant message
here.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcmsysport.c