[PATCH 27/29] arch/x86_64/pci/mmconfig.c NULL noise removal

From: Al Viro
Date: Tue Feb 07 2006 - 22:19:47 EST


Date: 1139016481 -0500

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

---

arch/x86_64/pci/mmconfig.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

cc59853b4a9973126e15e0e6bdddf0627d4b99c4
diff --git a/arch/x86_64/pci/mmconfig.c b/arch/x86_64/pci/mmconfig.c
index b4a3fe4..18f371f 100644
--- a/arch/x86_64/pci/mmconfig.c
+++ b/arch/x86_64/pci/mmconfig.c
@@ -49,7 +49,7 @@ static char __iomem *get_virt(unsigned i
return pci_mmcfg_virt[0].virt;

/* Fall back to type 0 */
- return 0;
+ return NULL;
}

static char __iomem *pci_dev_base(unsigned int seg, unsigned int bus, unsigned int devfn)
--
0.99.9.GIT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/