diff options
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r-- | util-linux/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 17e5e88c6..33dc5d38f 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -233,7 +233,7 @@ static int dirAction(const char *fileName, struct stat *statbuf, | |||
233 | * - userspace writes "0" (worked) or "-1" (failed) to /sys/$DEVPATH/loading | 233 | * - userspace writes "0" (worked) or "-1" (failed) to /sys/$DEVPATH/loading |
234 | * - kernel loads firmware into device | 234 | * - kernel loads firmware into device |
235 | */ | 235 | */ |
236 | static inline void load_firmware(const char * const firmware, const char * const sysfs_path) | 236 | static void load_firmware(const char *const firmware, const char *const sysfs_path) |
237 | { | 237 | { |
238 | int cnt; | 238 | int cnt; |
239 | int firmware_fd, loading_fd, data_fd; | 239 | int firmware_fd, loading_fd, data_fd; |