mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! PCI: imx6: Move PHY reset into imx6_pcie_establish_link()
@ 2016-05-02  8:44 Stefan Christ
  2016-05-03  7:16 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Christ @ 2016-05-02  8:44 UTC (permalink / raw)
  To: barebox

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 636 bytes --]

---
Hi Sascha,

small whitespace fixup for a commit in branch "for-next/pci".

Mit freundlichen Grüßen / Kind regards,
        Stefan Christ

---
 drivers/pci/pci-imx6.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/pci-imx6.c b/drivers/pci/pci-imx6.c
index e25a956..affc705 100644
--- a/drivers/pci/pci-imx6.c
+++ b/drivers/pci/pci-imx6.c
@@ -484,7 +484,7 @@ static int imx6_pcie_establish_link(struct pcie_port *pp)
 
 	tmp = readl(pp->dbi_base + PCIE_RC_LCSR);
 	dev_dbg(pp->dev, "Link up, Gen=%i\n", (tmp >> 16) & 0xf);
-	
+
 	return 0;
 
 err_reset_phy:
-- 
1.9.1



[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-03  7:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-02  8:44 [PATCH] fixup! PCI: imx6: Move PHY reset into imx6_pcie_establish_link() Stefan Christ
2016-05-03  7:16 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox