commit | 69a834c28fb514403eb91a4f0120da214a52e056 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue May 24 18:29:38 2016 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Jun 04 14:45:48 2016 -0400 |
tree | 718733cb1bdaea6feb4a831e14838d03d19ef85c | |
parent | ab3ab68493aaac6fea4ad1bb597def9f48f41c71 [diff] |
drm/msm: deal with exhausted vmap space better Some, but not all, callers of obj->vmap() would check if return IS_ERR(). So let's actually return an error if vmap() fails. And fixup the call-sites that were not handling this properly. Signed-off-by: Rob Clark <robdclark@gmail.com>