slimbus: core: Fix mismatch in of_node_get/put
Adding missing corresponding of_node_put Fixes: 7588a511bdb4 ("slimbus: core: add support to device tree helper") Signed-off-by: Saravana Kannan <saravanak@google.com> [Srini: added fixes tag, removed NULL check and updated log] Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20200511151334.362-3-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
dbf4d13382
commit
0136085748
@ -282,6 +282,7 @@ EXPORT_SYMBOL_GPL(slim_register_controller);
|
||||
/* slim_remove_device: Remove the effect of slim_add_device() */
|
||||
static void slim_remove_device(struct slim_device *sbdev)
|
||||
{
|
||||
of_node_put(sbdev->dev.of_node);
|
||||
device_unregister(&sbdev->dev);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user