ANDROID: goldfish: Fix typo in goldfish_cmd_locked() call
Patch 2898d1ea41
ANDROID: Address checkpatch.pl warnings in goldfish_pipe_v2
has typo in function call.
Change-Id: I3355c4a71f1e4026b6095a34cfe7adefa52f7fb6
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
2898d1ea41
commit
64913aa960
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ static int transfer_max_buffers(struct goldfish_pipe* pipe,
|
|||
pipe->command_buffer);
|
||||
|
||||
/* Transfer the data */
|
||||
*status = goldfish_pipe_cmd_locked(
|
||||
*status = goldfish_cmd_locked(
|
||||
pipe,
|
||||
is_write ? PIPE_CMD_WRITE : PIPE_CMD_READ);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue