-
由 Gustavo A. R. Silva 提交于
Check return value from call to devm_kzalloc() in order to prevent a NULL pointer dereference. This issue was detected using Coccinelle and the following semantic patch: @@ expression x; identifier fld; @@ * x = devm_kzalloc(...); ... when != x == NULL x->fld Signed-off-by: NGustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
90cc62f3