Commit a21ecc52 authored by Kieran Bingham's avatar Kieran Bingham Committed by Florian Fainelli

firmware: raspberrypi: Fix devm_rpi_firmware_get documentation

The function documentation for devm_rpi_firmware_get() was missing
a description for the dev parameter.

Provide it and clear the warning produced here.

Fixes: f663204c ("firmware: raspberrypi: Introduce devm_rpi_firmware_get()")
Signed-off-by: default avatarKieran Bingham <kieran.bingham@ideasonboard.com>
Link: https://lore.kernel.org/r/20230925151812.142480-1-kieran.bingham+renesas@ideasonboard.comSigned-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent 0bb80ecc
......@@ -378,6 +378,7 @@ EXPORT_SYMBOL_GPL(rpi_firmware_get);
/**
* devm_rpi_firmware_get - Get pointer to rpi_firmware structure.
* @dev: The firmware device structure
* @firmware_node: Pointer to the firmware Device Tree node.
*
* Returns NULL is the firmware device is not ready.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment