From: Benoit Goby Date: Wed, 9 Jan 2013 03:57:09 +0000 (-0800) Subject: usb: gadget: FunctionFS: Fix missing braces in parse_opts X-Git-Tag: v3.8-rc5~10^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b810075002c9f25a6da83cecda39d789000a04a9;p=pandora-kernel.git usb: gadget: FunctionFS: Fix missing braces in parse_opts Add missing braces around an if block in ffs_fs_parse_opts. This broke parsing the uid/gid mount options and causes mount to fail when using uid/gid. This has been introduced by commit b9b73f7c (userns: Convert usb functionfs to use kuid/kgid where appropriate) in 3.7. Cc: Signed-off-by: Benoit Goby Acked-by: Michal Nazarewicz Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed