]> git.baikalelectronics.ru Git - 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)
commit2ddd1614d759f78f18db0b038cad610d5b9b6570
tree99c77319d7e23a4956348e8be7ad82b6e703444e
parent9aa6161b01b75e75b534195cc2f7cf304867941a
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