Loading drivers/base/firmware_class.c +2 −0 Original line number Diff line number Diff line Loading @@ -364,6 +364,8 @@ static int fw_get_filesystem_firmware(struct device *device, int i; int rc = -ENOENT; char *path = __getname(); if (!path) return false; for (i = 0; i < ARRAY_SIZE(fw_path); i++) { struct file *file; Loading Loading
drivers/base/firmware_class.c +2 −0 Original line number Diff line number Diff line Loading @@ -364,6 +364,8 @@ static int fw_get_filesystem_firmware(struct device *device, int i; int rc = -ENOENT; char *path = __getname(); if (!path) return false; for (i = 0; i < ARRAY_SIZE(fw_path); i++) { struct file *file; Loading