forked from Minki/linux
reset: raspberrypi: Release firmware handle on unbind
Use devm_rpi_firmware_get() so as to make sure we release RPi's firmware interface when unbinding the device. Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
0e3333b29c
commit
9419f7f41a
@ -82,7 +82,7 @@ static int rpi_reset_probe(struct platform_device *pdev)
|
|||||||
return -ENOENT;
|
return -ENOENT;
|
||||||
}
|
}
|
||||||
|
|
||||||
fw = rpi_firmware_get(np);
|
fw = devm_rpi_firmware_get(&pdev->dev, np);
|
||||||
of_node_put(np);
|
of_node_put(np);
|
||||||
if (!fw)
|
if (!fw)
|
||||||
return -EPROBE_DEFER;
|
return -EPROBE_DEFER;
|
||||||
|
Loading…
Reference in New Issue
Block a user