drivers/net/airoha_eth: add missing terminator for compatible devices list
authorMikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Wed, 9 Jul 2025 09:28:07 +0000 (12:28 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 15 Jul 2025 15:56:01 +0000 (09:56 -0600)
commit189d0b4477077f0445772d7899d8bd0a17e1f67a
treeb921862e9a4384276eed0a65305c72db203fc0b8
parentbbca681cde3f0859847bd542e491294fd9d67656
drivers/net/airoha_eth: add missing terminator for compatible devices list

Compatible device list must have a terminator. If terminator is missed
the u-boot driver subsystem will access random data placed after the
list in the memory.

The issue can be observed with the "dm compat" command.

Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
drivers/net/airoha_eth.c