aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/mchp23k256.c
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2022-01-27 12:08:02 +0100
committerMiquel Raynal <miquel.raynal@bootlin.com>2022-01-31 17:18:05 +0100
commite02dacd3a26d5e5d3913650d3d6d939ebf77fd5c (patch)
tree0a680372099acf46ddbd10f373a9c7c4f7faaaa3 /drivers/mtd/devices/mchp23k256.c
parentmtd: Fix misuses of of_match_ptr() (diff)
downloadlinux-dev-e02dacd3a26d5e5d3913650d3d6d939ebf77fd5c.tar.xz
linux-dev-e02dacd3a26d5e5d3913650d3d6d939ebf77fd5c.zip
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 '')
0 files changed, 0 insertions, 0 deletions