Make omap_bo_map return NULL upon failure as expected

If mmap fails it returns MAP_FAILED, which is not
equal to NULL. Users of omap_bo_map expect it to
return NULL upon failure.

Change-Id: I1c65503ed7bdce84a2b10d69b78977f881d01a8e
1 file changed