Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 295b5269 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman
Browse files

greybus: firmware: use 'tag' instead of 'firmware_tag'



We already have another direct pointer for this, use that instead.

Testing Done: Compiled.

Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 9f77b80f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ static int fw_download_find_firmware(struct gb_operation *op)
		return -EINVAL;
	}

	fw_req = find_firmware(fw_download, request->firmware_tag);
	fw_req = find_firmware(fw_download, tag);
	if (IS_ERR(fw_req))
		return PTR_ERR(fw_req);