diff options
author | Wei Yongjun <[email protected]> | 2013-07-04 21:35:00 +0800 |
---|---|---|
committer | Inki Dae <[email protected]> | 2013-07-30 02:01:53 +0900 |
commit | be348790e46cf3783f265b0ecf9fa9dc68bd6f15 (patch) | |
tree | d0665505b92727c008f8627e182becb4555a9a8c /lib/mpi/mpi-bit.c | |
parent | bf903e4141fce4b35072d5b8fa0ddd299aaf01ea (diff) |
drm/exynos: exynos_drm_ipp: fix return value check
In case of error, the function ipp_find_obj() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Signed-off-by: Wei Yongjun <[email protected]>
Reviewed-by: Tomasz Figa <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions