pcmcia: deprecate CS_BAD_HANDLE
CS_BAD_HANDLE means that something went badly wrong: no parameter was passed, or the paramater passed wasn't the correct one. Therefore, replace it with -EINVAL. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
@@ -90,7 +90,6 @@ static const lookup_t error_table[] = {
|
||||
{ CS_IN_USE, "Resource in use" },
|
||||
{ CS_NO_MORE_ITEMS, "No more items" },
|
||||
{ CS_OUT_OF_RESOURCE, "Out of resource" },
|
||||
{ CS_BAD_HANDLE, "Bad handle" },
|
||||
{ CS_BAD_TUPLE, "Bad CIS tuple" }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user