diff options
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | 2017-07-06 16:58:33 -0500 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2017-07-10 14:13:00 -0400 |
commit | 6f6e0b217a93011f8e11b9a2d5521a08fcf36990 (patch) | |
tree | b71e3e38c1c6272438190805a85a471f4f515ca7 /crypto/lz4hc.c | |
parent | 4086d90cffb8f48400d51fbab575fe50458512e3 (diff) |
drm/rockchip: fix NULL check on devm_kzalloc() return value
The right variable to check here is port, not dp.
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: Gustavo A. R. Silva <garsilva@embeddedor.com>
Acked-by: Mark Yao <mark.yao@rock-chips.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170706215833.GA25411@embeddedgus
Diffstat (limited to 'crypto/lz4hc.c')
0 files changed, 0 insertions, 0 deletions