projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80e28b
)
[PATCH] arch/x86_64/pci/mmconfig.c NULL noise removal
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 4 Feb 2006 01:28:01 +0000
(20:28 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 8 Feb 2006 01:59:01 +0000
(20:59 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86_64/pci/mmconfig.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/pci/mmconfig.c
b/arch/x86_64/pci/mmconfig.c
index b4a3fe4ec249d3b1f839163f55cd4f32fbeacf1b..18f371fe37f89639f06ba4e24f876ea9854fd003 100644
(file)
--- a/
arch/x86_64/pci/mmconfig.c
+++ b/
arch/x86_64/pci/mmconfig.c
@@
-49,7
+49,7
@@
static char __iomem *get_virt(unsigned int seg, unsigned bus)
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)