Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4254962 authored by Lingfeng Yang's avatar Lingfeng Yang Committed by Dmitry Shmidt
Browse files

ANDROID: goldfish_sync: 32 max cmds to save stack



We never use the 64 anyway.

Should fix compile warning.

Change-Id: I384155cc24e0a259d7d3898f310fc33154991311
Signed-off-by: default avatarLingfeng Yang <lfy@google.com>
parent d8a4d035
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ struct goldfish_sync_guestcmd {
	uint64_t guest_timeline_handle;
};

#define GOLDFISH_SYNC_MAX_CMDS 64
#define GOLDFISH_SYNC_MAX_CMDS 32

struct goldfish_sync_state {
	char __iomem *reg_base;