diff options
Diffstat (limited to 'drivers/pcmcia/ds.c')
-rw-r--r-- | drivers/pcmcia/ds.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c index 7142fd647e7b..4a658e2b6f21 100644 --- a/drivers/pcmcia/ds.c +++ b/drivers/pcmcia/ds.c | |||
@@ -85,8 +85,7 @@ static const lookup_t error_table[] = { | |||
85 | { CS_BAD_VCC, "Bad Vcc" }, | 85 | { CS_BAD_VCC, "Bad Vcc" }, |
86 | { CS_BAD_VPP, "Bad Vpp" }, | 86 | { CS_BAD_VPP, "Bad Vpp" }, |
87 | { CS_NO_CARD, "No card present" }, | 87 | { CS_NO_CARD, "No card present" }, |
88 | { CS_UNSUPPORTED_FUNCTION, "Usupported function" }, | 88 | { -EINVAL, "Bad parameter" }, |
89 | { CS_UNSUPPORTED_MODE, "Unsupported mode" }, | ||
90 | { CS_GENERAL_FAILURE, "General failure" }, | 89 | { CS_GENERAL_FAILURE, "General failure" }, |
91 | { CS_BAD_ARGS, "Bad arguments" }, | 90 | { CS_BAD_ARGS, "Bad arguments" }, |
92 | { CS_CONFIGURATION_LOCKED, "Configuration locked" }, | 91 | { CS_CONFIGURATION_LOCKED, "Configuration locked" }, |