Loading drivers/power/reset/qcom-dload-mode.c +3 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,9 @@ static int qcom_dload_probe(struct platform_device *pdev) struct qcom_dload *poweroff; int ret; if (!qcom_scm_is_available()) return -EPROBE_DEFER; poweroff = devm_kzalloc(&pdev->dev, sizeof(*poweroff), GFP_KERNEL); if (!poweroff) return -ENOMEM; Loading Loading
drivers/power/reset/qcom-dload-mode.c +3 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,9 @@ static int qcom_dload_probe(struct platform_device *pdev) struct qcom_dload *poweroff; int ret; if (!qcom_scm_is_available()) return -EPROBE_DEFER; poweroff = devm_kzalloc(&pdev->dev, sizeof(*poweroff), GFP_KERNEL); if (!poweroff) return -ENOMEM; Loading