video: driver: printk fault from __load_fw_to_memory
fix printk fault from __load_fw_to_memory. Change-Id: I50a8594f99b478cb5e9d6859c2212afd238cf1e8 Signed-off-by: Darshana Patil <darshana@codeaurora.org>
This commit is contained in:
@@ -2513,7 +2513,7 @@ static int __load_fw_to_memory(struct platform_device *pdev,
|
|||||||
rc = request_firmware(&firmware, firmware_name, &pdev->dev);
|
rc = request_firmware(&firmware, firmware_name, &pdev->dev);
|
||||||
if (rc) {
|
if (rc) {
|
||||||
d_vpr_e("%s: failed to request fw \"%s\", error %d\n",
|
d_vpr_e("%s: failed to request fw \"%s\", error %d\n",
|
||||||
__func__, rc, firmware_name);
|
__func__, firmware_name, rc);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user