vfb: no need for else if we are returning
This commit is contained in:
parent
d0850241c6
commit
356ffd6729
|
@ -627,7 +627,7 @@ vfbAllocateFramebufferMemory(vfbScreenInfoPtr pvfb)
|
|||
|
||||
return pvfb->pfbMemory;
|
||||
}
|
||||
else
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue