diff options
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/path.h b/src/include/device/path.h index 964b4725fc..4db83b7b3f 100644 --- a/src/include/device/path.h +++ b/src/include/device/path.h @@ -138,7 +138,7 @@ struct device_path { }; -#define DEVICE_PATH_MAX 30 +#define DEVICE_PATH_MAX 40 #define BUS_PATH_MAX (DEVICE_PATH_MAX+10) extern const char *dev_path_name(enum device_path_type type); |