mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 15:53:59 -04:00
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>