aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2014-11-11 22:25:09 -0500
committerBjorn Helgaas <bhelgaas@google.com>2014-11-13 12:48:20 -0500
commitd88a7ef99e4c15985e0d726d4a4e4c1f0e4f0ad5 (patch)
tree4e2b04d64236ecf1f80d7a706d3c97000302b9bf
parentf114040e3ea6e07372334ade75d1ee0775c355e1 (diff)
PCI: imx6: Use tabs for indentation
This patch fixes the following checkpatch error: ERROR: code indent should use tabs where possible Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r--drivers/pci/host/pci-imx6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c
index 233fe8a88264..8a7530b3b62a 100644
--- a/drivers/pci/host/pci-imx6.c
+++ b/drivers/pci/host/pci-imx6.c
@@ -526,8 +526,8 @@ static int __init imx6_add_pcie_port(struct pcie_port *pp,
526 } 526 }
527 527
528 ret = devm_request_irq(&pdev->dev, pp->msi_irq, 528 ret = devm_request_irq(&pdev->dev, pp->msi_irq,
529 imx6_pcie_msi_handler, 529 imx6_pcie_msi_handler,
530 IRQF_SHARED, "mx6-pcie-msi", pp); 530 IRQF_SHARED, "mx6-pcie-msi", pp);
531 if (ret) { 531 if (ret) {
532 dev_err(&pdev->dev, "failed to request MSI irq\n"); 532 dev_err(&pdev->dev, "failed to request MSI irq\n");
533 return -ENODEV; 533 return -ENODEV;