Skip to content
Snippets Groups Projects
Commit cc59853b authored by Al Viro's avatar Al Viro
Browse files

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


Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e80e28b6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment