aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/ds.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pcmcia/ds.c')
-rw-r--r--drivers/pcmcia/ds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c
index 3ccf4091e877..5b24938ca154 100644
--- a/drivers/pcmcia/ds.c
+++ b/drivers/pcmcia/ds.c
@@ -78,7 +78,6 @@ static const lookup_t error_table[] = {
78 { -EIO, "Input/Output error" }, 78 { -EIO, "Input/Output error" },
79 { -ENODEV, "No card present" }, 79 { -ENODEV, "No card present" },
80 { -EINVAL, "Bad parameter" }, 80 { -EINVAL, "Bad parameter" },
81 { CS_BAD_ARGS, "Bad arguments" },
82 { -EACCES, "Configuration locked" }, 81 { -EACCES, "Configuration locked" },
83 { -EBUSY, "Resource in use" }, 82 { -EBUSY, "Resource in use" },
84 { -ENOSPC, "No more items" }, 83 { -ENOSPC, "No more items" },