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:
Dmitry Shmidt 2018-03-14 16:04:34 -07:00
parent 2898d1ea41
commit 64913aa960

View file

@ -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);