firmware_file
sizeof(struct firmware_file))
(sizeof(struct firmware_file) / 4)) ||
fdet->fw->size - sizeof(struct firmware_file));
struct firmware_file *ff = (struct firmware_file *)
sizeof(struct firmware_file));
sizeof(struct firmware_file);
static char *firmware_file;
ret = request_firmware(&fw, firmware_file, &slave->dev);
dev_err(&slave->dev, "firmware %s not found\n", firmware_file);
firmware_file, fw->size, num_bytes);
firmware_file = NULL;
debugfs_create_str("firmware_file", 0200, d, &firmware_file);