diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2014-08-26 12:23:52 +0200 |
---|---|---|
committer | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2014-08-26 14:16:46 +0200 |
commit | 5024a2b7ae9a92b8ec97ac1507efb283778480ce (patch) | |
tree | f48b395cbe30973e5790575f567681692bd2a02b /Kbuild | |
parent | drm: sti: hdmi: fix return value check in sti_hdmi_probe() (diff) | |
download | linux-5024a2b7ae9a92b8ec97ac1507efb283778480ce.tar.xz linux-5024a2b7ae9a92b8ec97ac1507efb283778480ce.zip |
drm: sti: hda: fix return value check in sti_hda_probe()
In case of error, the function devm_ioremap_nocache() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions