summaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorMohit Kumar2014-04-14 22:22:54 +0200
committerBjorn Helgaas2014-04-16 18:20:48 +0200
commit66c5c34bf80c28d370eb9bcf30153ea0304a288a (patch)
tree170c490a116d3ab1301e1311a204b5fd463bf4a9 /drivers/pci
parentLinux 3.15-rc1 (diff)
downloadkernel-qcow2-linux-66c5c34bf80c28d370eb9bcf30153ea0304a288a.tar.gz
kernel-qcow2-linux-66c5c34bf80c28d370eb9bcf30153ea0304a288a.tar.xz
kernel-qcow2-linux-66c5c34bf80c28d370eb9bcf30153ea0304a288a.zip
PCI: designware: Fix comment for setting number of lanes
Corrects comment for setting number of lanes. Signed-off-by: Mohit Kumar <mohit.kumar@st.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Jingoo Han <jg1.han@samsung.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/host/pcie-designware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-designware.c
index 509a29d84509..8909e7748e67 100644
--- a/drivers/pci/host/pcie-designware.c
+++ b/drivers/pci/host/pcie-designware.c
@@ -764,7 +764,7 @@ void dw_pcie_setup_rc(struct pcie_port *pp)
u32 membase;
u32 memlimit;
- /* set the number of lines as 4 */
+ /* set the number of lanes */
dw_pcie_readl_rc(pp, PCIE_PORT_LINK_CONTROL, &val);
val &= ~PORT_LINK_MODE_MASK;
switch (pp->lanes) {