realtek: Use hex for "soc" identifier in debugfs
authorPascal Ernster <git@hardfalcon.net>
Sun, 28 May 2023 12:07:20 +0000 (14:07 +0200)
committerSander Vanheule <sander@svanheule.net>
Sun, 31 Dec 2023 13:13:43 +0000 (14:13 +0100)
commit4e8c9cebe5b00033ef24330cd175ec1c0ec958b2
tree2395fecad100062244897d6b8070c8ad87d4d92f
parent782eb050082acac93c2f9b3eb22348234bc93e99
realtek: Use hex for "soc" identifier in debugfs

The upper 16 bits of the 32 bit value encode the SoC model in BCD
notation (for example 0x83806800 on a Netgear GS108Tv3 with an
RTL8380M), so it makes more sense to output the value in hex notation
than in decimal notation.

Signed-off-by: Pascal Ernster <git@hardfalcon.net>
target/linux/realtek/files-5.15/drivers/net/dsa/rtl83xx/debugfs.c