commit | b9a947dd756b7af84ababa57e0524788f91a5382 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Fri Sep 07 01:16:54 2018 +0300 |
committer | Mark Brown <broonie@kernel.org> | Fri Sep 07 17:04:51 2018 +0100 |
tree | 7d83a32c9d56c8804da8918e91bcdda63b54fda5 | |
parent | b9e49520c1144cb4109ec6ed1fa76c326da850d0 [diff] |
spi: pic32: remove unnecessary of_node_get() Almost all spi drivers assign spi master->dev.of_node from its parent platform device without additional refcounting. It seems of_node_get() in pic32_spi_probe() is unnecessary and there is no corresponding of_node_put(). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Mark Brown <broonie@kernel.org>