提交 d4080cb3 编写于 作者: M Maxim Levitsky 提交者: David Woodhouse

mtd: r852 fix pci ID

The PCI_DEVICE_ID_RICOH_R5C852 was missed in the edited commit, and on 
second thought I just open code it.

This fixes compile error.
Signed-off-by: NMaxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
上级 133fa8c7
...@@ -1083,7 +1083,7 @@ int r852_resume(struct device *device) ...@@ -1083,7 +1083,7 @@ int r852_resume(struct device *device)
static const struct pci_device_id r852_pci_id_tbl[] = { static const struct pci_device_id r852_pci_id_tbl[] = {
{ PCI_VDEVICE(RICOH, PCI_DEVICE_ID_RICOH_R5C852), }, { PCI_VDEVICE(RICOH, 0x0852), },
{ }, { },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册