From: Dan Carpenter Date: Wed, 26 May 2010 10:46:39 +0000 (+0200) Subject: PCI: hotplug/shpchp_hpc: add parenthesis in SLOT_REG_RSVDZ_MASK X-Git-Tag: v2.6.36-rc1~518^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b8fdb759e6ed446433c6dfd5a226d9007925596;p=pandora-kernel.git PCI: hotplug/shpchp_hpc: add parenthesis in SLOT_REG_RSVDZ_MASK The SLOT_REG_RSVDZ_MASK macro is normally used like this: slot_reg &= ~SLOT_REG_RSVDZ_MASK; The ~ operator has higher precedence than the | operator from inside the macro, so it needs parenthesis. Reviewed-by: Kenji Kaneshige Signed-off-by: Dan Carpenter Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed