]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: sfp: Handle unimplemented hwmon limits and alarms
authorAndrew Lunn <andrew@lunn.ch>
Tue, 4 Sep 2018 02:23:56 +0000 (04:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Sep 2018 19:22:41 +0000 (12:22 -0700)
commit5ae6896bcb2227793c6e7bc11a83374087b627a8
tree8732e6fef20d32540370f51d03d2dbf30eab76cb
parent78396f7f2e8042115e4893581cf136d27f3404b3
net: phy: sfp: Handle unimplemented hwmon limits and alarms

Not all SFPs implement the registers containing sensor limits and
alarms. Luckily, there is a bit indicating if they are implemented or
not. Add checking for this bit, when deciding if the hwmon attributes
should be visible.

Fixes: 3571a0f56659 ("net: phy: sfp: Add HWMON support for module sensors")
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/sfp.c