diff options
| author | Claudiu Beznea <[email protected]> | 2021-01-22 14:21:34 +0200 |
|---|---|---|
| committer | Nicolas Ferre <[email protected]> | 2021-01-26 10:01:24 +0100 |
| commit | 975435132ecfef8de2118668c9f4f95086a0aae5 (patch) | |
| tree | dbf17d7f90693a51a9649f9abaf54bf67f53411b /tools/perf/scripts/python | |
| parent | 960ddf70cc11024e6e9dac206316d0160e00a77d (diff) | |
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: [email protected] #4.12+
Signed-off-by: Claudiu Beznea <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions