Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4080cb3 authored by Maxim Levitsky's avatar Maxim Levitsky Committed by David Woodhouse
Browse files

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: default avatarMaxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 133fa8c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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), },
	{ },
	{ },
};
};