PCI: designware: Remove redundant call to pci_write_config_word()
authorBjørn Erik Nilsen <ben@datarespons.no>
Fri, 29 Nov 2013 13:35:25 +0000 (14:35 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 9 Dec 2013 22:11:14 +0000 (15:11 -0700)
commit64989e7399f09b72689e25fb40f2d0d5e073b13a
tree3f76a3e3d8a3dbeb5aa6a1a2886ca2d0b1136574
parentbe3f48cb21c1ca4907a0822eea406c8dd4a73ddb
PCI: designware: Remove redundant call to pci_write_config_word()

write_msi_msg() does exactly the same so there is no need to explicitly
call pci_write_config_word() and do the same twice.

Tested-by: Mohit Kumar <mohit.kumar@st.com>
Signed-off-by: Bjørn Erik Nilsen <ben@datarespons.no>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Jingoo Han <jg1.han@samsung.com>
drivers/pci/host/pcie-designware.c