Messages in this thread |  | | Date | Mon, 16 Dec 2019 19:20:45 -0800 (PST) | Subject | Re: [PATCH v1] net: ag71xx: fix compile warnings | From | David Miller <> |
| |
From: Oleksij Rempel <o.rempel@pengutronix.de> Date: Mon, 16 Dec 2019 07:44:07 +0100
> drivers/net/ethernet/atheros/ag71xx.c: In function 'ag71xx_probe': > drivers/net/ethernet/atheros/ag71xx.c:1776:30: warning: passing argument 2 of > 'of_get_phy_mode' makes pointer from integer without a cast [-Wint-conversion] > In file included from drivers/net/ethernet/atheros/ag71xx.c:33: > ./include/linux/of_net.h:15:69: note: expected 'phy_interface_t *' > {aka 'enum <anonymous> *'} but argument is of type 'int' > > Fixes: 0c65b2b90d13c1 ("net: of_get_phy_mode: Change API to solve int/unit warnings") > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
This patch does not apply to the net tree.
|  |