Skip to content
Commit aab53e67 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Stefan Schmidt
Browse files

net: ieee802154: mrf24j40: Drop unneeded of_match_ptr()



Driver can be used in different environments and moreover, when compiled
with !OF, the compiler may issue a warning due to unused mrf24j40_of_match
variable. Hence drop unneeded of_match_ptr() call.

While at it, update headers block to reflect above changes.

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210531132226.47081-1-andriy.shevchenko@linux.intel.com


Signed-off-by: default avatarStefan Schmidt <stefan@datenfreihafen.org>
parent ad6f5cc5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment