net: sfp: convert register indexes from hex to decimal
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thu, 27 Oct 2022 13:21:16 +0000 (14:21 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 29 Oct 2022 04:56:18 +0000 (21:56 -0700)
commit17dd361119e5bc4cfb85aed660674a846b613817
tree76acd396fdde450084e3b829b7b2be3d16ad7bbd
parente3855920661277fd56ba160d3ff28178c4e4407a
net: sfp: convert register indexes from hex to decimal

The register indexes in the standards are in decimal rather than hex,
so lets specify them in decimal in the header file so we can easily
cross-reference without converting between hex and decimal.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/sfp.h