]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: Fix data type in DP83822 dp8382x_disable_wol()
authorMarek Vasut <marex@denx.de>
Sat, 17 Jul 2021 12:32:49 +0000 (14:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Jul 2021 16:46:34 +0000 (09:46 -0700)
commitb147d84579309bbc34be22e44daba385ea030be5
tree20e3f148c9e8caf05008a9b369e0e3072096e044
parent65e221b29173556db1249eae4c8c0984a07f768b
net: phy: Fix data type in DP83822 dp8382x_disable_wol()

The last argument of phy_clear_bits_mmd(..., u16 val); is u16 and not
int, just inline the value into the function call arguments.

No functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: David S. Miller <davem@davemloft.net>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/dp83822.c