From: Dan Carpenter Date: Tue, 30 Apr 2013 07:44:54 +0000 (+0300) Subject: PCI: Set ->mask_pos correctly X-Git-Tag: v3.10-rc1~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f66eafe5a4c678965a2138b92b645c2c0c4d10;p=pandora-kernel.git PCI: Set ->mask_pos correctly The "+" operation has higher precedence than "?:" and ->msi_cap is always non-zero here so the original statement is equivalent to: entry->mask_pos = PCI_MSI_MASK_64; Which wasn't the intent. [bhelgaas: my fault from 78b5a310ce] Signed-off-by: Dan Carpenter Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed