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)
commitb52d031b8de496c39e0ba1b8cf5292ad8e4ae4fe
treedddd848534bc907f657cc5a23c5bc9c772230d18
parent1ffc4b7c58e9eb505ea45a9ba2c5537c60de6eec
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