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

Commit fa47f101 authored by Gaurav Kohli's avatar Gaurav Kohli
Browse files

binder: fix braces warning in binderfs



Add braces to avoid compile time warning of
missing braces.

Change-Id: I9e9e26bfcf7cdb7ea24a8530989ff4480b6eb757
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent 0778c6d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -657,7 +657,7 @@ static int binderfs_fill_super(struct super_block *sb, void *data, int silent)
	int ret;
	struct binderfs_info *info;
	struct inode *inode = NULL;
	struct binderfs_device device_info = { 0 };
	struct binderfs_device device_info = { { 0 } };
	const char *name;
	size_t len;