commit | d311a28a5853857a73d54d15dc30797aa3b1802d | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Wed Sep 16 19:34:24 2015 +0530 |
committer | Jassi Brar <jaswinder.singh@linaro.org> | Fri Oct 16 10:46:07 2015 +0530 |
tree | 7ed80563fd1439490b1ad8138cdf28f113e3a5e8 | |
parent | 049e6dde7e57f0054fdc49102e7ef4830c698b46 [diff] |
PCC: fix dereference of ERR_PTR get_pcc_channel() does not return NULL on error it returns the error code in ERR_PTR, but we have been checking it for NULL. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>