commit | 3356d9f4cb45b1aef3dd4b1a6ea9ceaca0f68a53 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Fri Sep 14 23:05:34 2018 +0300 |
committer | Mark Brown <broonie@kernel.org> | Mon Sep 17 10:54:08 2018 -0700 |
tree | 56f23c56ec13b29619b97a5132f18c446eb85379 | |
parent | 37a1aa88f98d688a5d9119fbdd1086ae4f171d1d [diff] |
spi: pic32-sqi: 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_sqi_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>