From: Bjorn Helgaas Date: Fri, 15 Aug 2014 23:18:44 +0000 (-0600) Subject: PCI: pciehp: Reduce PCIe slot_ctrl to 16 bits X-Git-Tag: fixes-against-v3.18-rc2~139^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d537a3abb4b7085ebc3ce35e64acbad8ece1eece;p=pandora-kernel.git PCI: pciehp: Reduce PCIe slot_ctrl to 16 bits 4283c70e91dc ("PCI: pciehp: Make pcie_wait_cmd() self-contained") added a cache of the most recent command written to the Slot Control register. This register is only 16 bits wide, but the cache ("slot_ctrl") is 32 bits. Reduce slot_ctrl to a u16 so it matches the register size. No functional change. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed