提交 cc59853b 编写于 作者: A Al Viro

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

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 e80e28b6
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册