commit | da05208a0cb62d539470dd7f951f06cf0092e322 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Jul 29 16:35:09 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 29 08:56:26 2019 -0700 |
tree | dc86bb54bad80eb9593e9d061d3f895bfced7302 | |
parent | 52c2ea049142c75166456fed055883e22d6ba983 [diff] |
NFC: nxp-nci: Drop of_match_ptr() use There is no need to guard OF device ID table with of_match_ptr(). Otherwise we would get a defined but not used data. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Tested-by: Sedat Dilek <sedat.dilek@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>