]> git.ipfire.org Git - people/ms/linux.git/commit
PCI: imx6: Use "u32", not "uint32_t"
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 12 Jun 2015 20:02:49 +0000 (15:02 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 16 Jun 2015 13:18:18 +0000 (08:18 -0500)
commit1c7fae18a1fb6b6bcd6669066ee801769de0e943
tree338a78d83edc4bb9bbf46d6de231202319a37605
parenta0427464cf4c4ae80aaa16dbcefc39ba9a5e258b
PCI: imx6: Use "u32", not "uint32_t"

Use "u32", not "uint32_t", for consistency.  Use "tmp", not "temp", for
consistency within the driver.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Richard Zhu <Richard.Zhu@freescale.com>
drivers/pci/host/pci-imx6.c