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

Commit b35fdb3b authored by Gaurav Kohli's avatar Gaurav Kohli Committed by Swetha Chikkaboraiah
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 9499b3ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -654,7 +654,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;