OSDN Git Service

gallium/pipebuffer: fix parenthesis location
authorTimothy Arceri <tarceri@itsqueeze.com>
Sat, 31 Mar 2018 23:32:28 +0000 (09:32 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Tue, 3 Apr 2018 06:05:59 +0000 (16:05 +1000)
commit7e9b7ec094500f1245eed518592f99244e54a753
tree025af5d24dcf6dd9adf4b2a8e12613a69fddc682
parent6b2139172969e68295c22fda92438637c7a6e6d5
gallium/pipebuffer: fix parenthesis location

Without this the return value will never get set to -1. This
was first added in 49866c8f3457 and copied in 2b396eeed983.

Fixes: 2b396eeed983 "gallium/pb_cache: add a copy of cache bufmgr independent of pb_manager"

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102342
src/gallium/auxiliary/pipebuffer/pb_cache.c