Skip to content

Commit

Permalink
mtd: r852 fix pci ID
Browse files Browse the repository at this point in the history
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: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Maxim Levitsky authored and David Woodhouse committed Feb 26, 2010
1 parent 133fa8c commit d4080cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/r852.c
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ int r852_resume(struct device *device)

static const struct pci_device_id r852_pci_id_tbl[] = {

{ PCI_VDEVICE(RICOH, PCI_DEVICE_ID_RICOH_R5C852), },
{ PCI_VDEVICE(RICOH, 0x0852), },
{ },
};

Expand Down

0 comments on commit d4080cb

Please sign in to comment.