]> 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)
commit873d190171f09717da4dd5cc178af263de91ebe3
treedddd848534bc907f657cc5a23c5bc9c772230d18
parent259791bc51fe5e6f3b6fddc6dc600a1ad9eb30cd
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