Home
last modified time | relevance | path

Searched hist:97543513 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/soc/atmel/
H A Dsoc.c97543513 Fri Jan 22 06:21:34 CST 2021 Claudiu Beznea <claudiu.beznea@microchip.com> drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]

of_match_node() calls __of_match_node() which loops though the entries of
matches array. It stops when condition:
(matches->name[0] || matches->type[0] || matches->compatible[0]) is
false. Thus, add a null entry at the end of at91_soc_allowed_list[]
array.

Fixes: caab13b49604 ("drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs")
Cc: stable@vger.kernel.org #4.12+
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>