Skip to content
Snippets Groups Projects
Commit 26d0dbf7 authored by yuan.tian's avatar yuan.tian Committed by Gianfranco Mariotti
Browse files

MGS-6681 [#imx-2760] 0033-CL477198-KERNEL-SPACE-234062-merge-the-nxp-patch-to-


234062: merge the nxp patch
 to support devfer probe.

Signed-off-by: default avatarKe Feng <ke.feng@verisilicon.com>

Signed-off-by: default avataryuan.tian <yuan.tian@nxp.com>
parent 661449ef
No related branches found
No related tags found
1 merge request!156Draft: [i.MX] mxc: gpu-viv: apply patches
...@@ -1377,7 +1377,10 @@ static int __devinit gpu_probe(struct platform_device *pdev) ...@@ -1377,7 +1377,10 @@ static int __devinit gpu_probe(struct platform_device *pdev)
} }
} }
gcmkFOOTER_ARG(KERN_INFO "Failed to register gpu driver: %d\n", ret); gcmkPRINT("galcore: retry probe\n");
ret = -EPROBE_DEFER;
gcmkFOOTER_ARG(KERN_INFO "probe end ret=%d", ret);
return ret;
} }
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment