From: Nicolas Boichat Date: Wed, 8 Jul 2015 06:30:16 +0000 (+0800) Subject: mfd: vexpress: Add parentheses around bridge->ops->regmap_init call X-Git-Tag: omap-for-v4.3/fixes-rc1~58^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbb4d872c795ab3a1c0610f69d05fcd93aef83f6;p=pandora-kernel.git mfd: vexpress: Add parentheses around bridge->ops->regmap_init call regmap_init(...) is a macro since commit "regmap: Use different lockdep class for each regmap init call". That same name is used as a function pointer: prevent its expansion by adding parentheses around the function pointer. Signed-off-by: Nicolas Boichat Signed-off-by: Mark Brown --- Reading git-diff-tree failed