projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133fa8c
)
mtd: r852 fix pci ID
author
Maxim Levitsky
<maximlevitsky@gmail.com>
Fri, 26 Feb 2010 21:10:32 +0000
(23:10 +0200)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Fri, 26 Feb 2010 21:29:35 +0000
(21:29 +0000)
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>
drivers/mtd/nand/r852.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/r852.c
b/drivers/mtd/nand/r852.c
index
7a616a9
..
218a42d
100644
(file)
--- a/
drivers/mtd/nand/r852.c
+++ b/
drivers/mtd/nand/r852.c
@@
-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_R5C
852), },
+ { PCI_VDEVICE(RICOH,
0x0
852), },
{ },
};