Revision 9d5651ad2ae7b2ddfc56ff243a08937d9681f950 authored by Yuanjun Gong on 17 July 2023, 14:48:09 UTC, committed by Helge Deller on 20 July 2023, 05:52:55 UTC
function clk_prepare_enable may fail in ep93xxfb_probe, therefore,
add a return value check to clk_prepare_enable and handle the
error.

Signed-off-by: Yuanjun Gong <ruc_gongyuanjun@163.com>
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 4e88761
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top