提交 6127d1c0 编写于 作者: N Nathan Lynch 提交者: Paul Mackerras

[POWERPC] null_pci_ops: Use named structure member initializers

Signed-off-by: NNathan Lynch <ntl@pobox.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 3fac10e7
...@@ -1457,8 +1457,8 @@ null_write_config(struct pci_bus *bus, unsigned int devfn, int offset, ...@@ -1457,8 +1457,8 @@ null_write_config(struct pci_bus *bus, unsigned int devfn, int offset,
static struct pci_ops null_pci_ops = static struct pci_ops null_pci_ops =
{ {
null_read_config, .read = null_read_config,
null_write_config .write = null_write_config,
}; };
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册