projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35a73e
)
staging: comedi: amplc_pc263: Add a missing case
author
Ian Abbott
<
[email protected]
>
Wed, 30 May 2012 18:04:37 +0000
(19:04 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 5 Jun 2012 03:48:06 +0000
(20:48 -0700)
There is a missing case label in the switch statement that prints out
details of the attached device in pc263_attach(). Fix it.
Signed-off-by: Ian Abbott <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/comedi/drivers/amplc_pc263.c
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/amplc_pc263.c
b/drivers/staging/comedi/drivers/amplc_pc263.c
index a6a25436fadc1607c96735d4acc0ae620d745461..f38a56ea4af77872cca637d3b8fdfcca0527f1f8 100644
(file)
--- a/
drivers/staging/comedi/drivers/amplc_pc263.c
+++ b/
drivers/staging/comedi/drivers/amplc_pc263.c
@@
-334,6
+334,7
@@
static int pc263_attach(struct comedi_device *dev, struct comedi_devconfig *it)
break;
#endif
#ifdef CONFIG_COMEDI_AMPLC_PC263_PCI
+ case pci_bustype:
printk("(pci %s) ", pci_name(pci_dev));
break;
#endif