]> git.baikalelectronics.ru Git - kernel.git/commit
net: ll_temac: remove an unnecessary condition
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 3 May 2019 12:50:51 +0000 (15:50 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 May 2019 17:29:26 +0000 (10:29 -0700)
commit8352c9737b7d179f6bfa7d020c0e929fb592b6a8
treedddd848534bc907f657cc5a23c5bc9c772230d18
parent3b5b259af98d1265fceea8a7c396ce513e79f36c
net: ll_temac: remove an unnecessary condition

The "pdata->mdio_bus_id" is unsigned so this condition is always true.
This patch just removes it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/ll_temac_mdio.c