]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mfd: vexpress: Add parentheses around bridge->ops->regmap_init call
authorNicolas Boichat <drinkcat@chromium.org>
Wed, 8 Jul 2015 06:30:16 +0000 (14:30 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 7 Aug 2015 13:50:59 +0000 (14:50 +0100)
commitbbb4d872c795ab3a1c0610f69d05fcd93aef83f6
treee70a1bed76c25cf9a9fc8bb12fa388cfe94d919c
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
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 <drinkcat@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/bus/vexpress-config.c