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

Commit da0f0db7 authored by Ping Jiang's avatar Ping Jiang Committed by Gerrit - the friendly Code Review server
Browse files

char: virtio_fastrpc: Fix compile warning



Remove unused variable.

Change-Id: I507a3c00716e7e2c7a2c06792077c6a20356280c
Signed-off-by: default avatarPing Jiang <scottjiang@codeaurora.org>
parent 9529f971
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -866,7 +866,6 @@ static int fastrpc_open(struct inode *inode, struct file *filp)


static int fastrpc_file_free(struct fastrpc_file *fl)
static int fastrpc_file_free(struct fastrpc_file *fl)
{
{
	struct fastrpc_apps *me = &gfa;
	struct fastrpc_mmap *map = NULL, *lmap = NULL;
	struct fastrpc_mmap *map = NULL, *lmap = NULL;


	if (!fl)
	if (!fl)