staging: comedi: amplc_pc263: Add a missing case
authorIan Abbott <abbotti@mev.co.uk>
Wed, 30 May 2012 18:04:37 +0000 (19:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:48:06 +0000 (20:48 -0700)
commit61f5a223155d278c9731f2406513847b8fe0bddc
treed7e71ae08a2c496954920d5ff7aff35165ede859
parentd35a73e099fd9900208ebdbc3adaba76d30acac4
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>
drivers/staging/comedi/drivers/amplc_pc263.c