summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2012-05-30 18:04:37 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-05 03:48:06 (GMT)
commit61f5a223155d278c9731f2406513847b8fe0bddc (patch)
treed7e71ae08a2c496954920d5ff7aff35165ede859 /drivers
parentd35a73e099fd9900208ebdbc3adaba76d30acac4 (diff)
downloadlinux-fsl-qoriq-61f5a223155d278c9731f2406513847b8fe0bddc.tar.xz
staging: comedi: amplc_pc263: Add a missing case
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 <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/comedi/drivers/amplc_pc263.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/comedi/drivers/amplc_pc263.c b/drivers/staging/comedi/drivers/amplc_pc263.c
index a6a2543..f38a56e 100644
--- 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