]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: bcm_sf2: Do not assume DSA master supports WoL
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 15 Feb 2019 20:16:52 +0000 (12:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Feb 2019 04:37:54 +0000 (20:37 -0800)
commit49e8ea8068c1dbd9c2d91f7e625a6967d2ea25cb
tree56a54245f2d1bb7e6133bcfa6defafd0cc7ff267
parenta7d39c504ca832f39354611c087fa4a2acc93275
net: dsa: bcm_sf2: Do not assume DSA master supports WoL

We assume in the bcm_sf2 driver that the DSA master network device
supports ethtool_ops::{get,set}_wol operations, which is not a given.
Avoid de-referencing potentially non-existent function pointers and
check them as we should.

Fixes: ab64757c87f9 ("net: dsa: bcm_sf2: add support for Wake-on-LAN")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/bcm_sf2.c