framebuffer: Remove pointless test
The error value for mmap() is MAP_FAILED, which is not nul. But we check for that case in Open() anyway.
Showing
Please register or sign in to comment
The error value for mmap() is MAP_FAILED, which is not nul. But we check for that case in Open() anyway.