diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-01-27 12:08:02 +0100 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-01-31 17:18:05 +0100 |
commit | e02dacd3a26d5e5d3913650d3d6d939ebf77fd5c (patch) | |
tree | 0a680372099acf46ddbd10f373a9c7c4f7faaaa3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3f26d1bf90ba9bf420e49ec9cdbe13d15c0df7cd (diff) |
mtd: rawnand: Fix misuses of of_match_node()
On non-OF enabled platforms (CONFIG_OF is not set), of_match_node() will
expand to NULL. The of_device_id array pointed by the macro will then be
left unused. Let's mark the array __maybe_unused in this case to prevent
compiler warnings.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/linux-mtd/20220127110802.1064963-1-miquel.raynal@bootlin.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions