OSDN Git Service

gralloc_gbm: fix gralloc_gbm_bo_lock() declaration
authorShawn Guo <shawn.guo@linaro.org>
Tue, 9 Jun 2020 01:30:40 +0000 (09:30 +0800)
committerAmit Pundir <amit.pundir@linaro.org>
Tue, 23 Jun 2020 09:29:05 +0000 (14:59 +0530)
commit3090c6eb4143aba5637b74bdf3f3a4affb86ad6c
tree94c20fc89561f56594210656a6d4c32e4e6f46b3
parent709726cad68d89f468e8bbf359ac004ed28d842f
gralloc_gbm: fix gralloc_gbm_bo_lock() declaration

The variable names in gralloc_gbm_bo_lock() function declaration don't
match the definition in gralloc_gbm.cpp.  Let's fix them to stop the
confusion.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
gralloc_gbm_priv.h