pcmcia: deprecate CS_BAD_TUPLE
CS_BAD_TUPLE was used to denote a bad tuple being passed to the parse function. Therefore, replace it with -EINVAL and a verbose message. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
@@ -82,7 +82,6 @@ static const lookup_t error_table[] = {
|
||||
{ -EBUSY, "Resource in use" },
|
||||
{ -ENOSPC, "No more items" },
|
||||
{ -ENOMEM, "Out of resource" },
|
||||
{ CS_BAD_TUPLE, "Bad CIS tuple" }
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user