diff options
Diffstat (limited to 'src/drivers/ricoh')
-rw-r--r-- | src/drivers/ricoh/rce822/rce822.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ricoh/rce822/rce822.c b/src/drivers/ricoh/rce822/rce822.c index b16b05a91c..d576762989 100644 --- a/src/drivers/ricoh/rce822/rce822.c +++ b/src/drivers/ricoh/rce822/rce822.c @@ -51,7 +51,7 @@ static void rce822_set_subsystem(struct device *dev, unsigned int vendor, } static struct pci_operations lops_pci = { - .set_subsystem = &rce822_set_subsystem, + .set_subsystem = rce822_set_subsystem, }; static struct device_operations rce822_ops = { |