mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
slimbus: core: Fix mismatch in of_node_get/put
commit0136085748upstream. Adding missing corresponding of_node_put Fixes:7588a511bd("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
b0f5383a46
commit
6d0541ea5e
|
|
@ -236,6 +236,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…
Reference in New Issue
Block a user