You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
pcmcia: deprecate CS_CONFIGURATION_LOCKED
This error code meant that trying to change the configuration after the initialization phase is forbidden. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@ typedef struct error_info_t {
|
||||
#define CS_WRITE_PROTECTED -EPERM
|
||||
#define CS_BAD_ARG_LENGTH -ENODEV
|
||||
#define CS_BAD_ARGS 0x1c
|
||||
#define CS_CONFIGURATION_LOCKED 0x1d
|
||||
#define CS_CONFIGURATION_LOCKED -EACCES
|
||||
#define CS_IN_USE 0x1e
|
||||
#define CS_NO_MORE_ITEMS 0x1f
|
||||
#define CS_OUT_OF_RESOURCE -ENOMEM
|
||||
|
||||
Reference in New Issue
Block a user