lima: fix crash in lima_set_constant_buffer
Created by: anarsoul
If cb is NULL, lima_set_constant_buffer() will crash because debug_printf tries to dereference cb.
Fix it by not dereferencing cb is it's NULL.
Signed-off-by: Vasily Khoruzhick anarsoul@gmail.com