commit | e5f66eafe5a4c678965a2138b92b645c2c0c4d10 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Apr 30 10:44:54 2013 +0300 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Apr 30 08:49:19 2013 -0700 |
tree | cdeb95f80df8b5f282d5c5301f59f455664ea44e | |
parent | ab86e974f04b1cd827a9c7c35273834ebcd9ab38 [diff] |
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 <dan.carpenter@oracle.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>