net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'
authorArun Ramadoss <arun.ramadoss@microchip.com>
Fri, 15 Jul 2022 05:33:34 +0000 (11:03 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2022 10:29:30 +0000 (11:29 +0100)
commitda53af8cb9329797dfd12f9034adafc4a1e01620
tree85131abb1bd7a89b35464e9134a54e37aca529a2
parentfd18d5f132bfcdb67a82b477ea9ddc6df6e6ce73
net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'

This patch removes the of_match_ptr() pointer when dereferencing the
ksz_dt_ids which produce the unused variable warning.

Reported-by: kernel test robot <lkp@intel.com>
Suggested-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/microchip/ksz_spi.c