* [PATCH 27/29] arch/x86_64/pci/mmconfig.c NULL noise removal
@ 2006-02-08 3:20 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-02-08 3:20 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
Date: 1139016481 -0500
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-08 3:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-08 3:20 [PATCH 27/29] arch/x86_64/pci/mmconfig.c NULL noise removal Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®