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: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Viresh Kumar 2016-08-10 10:48:31 -07:00 committed by Greg Kroah-Hartman
parent 9f77b80fdf
commit 295b5269d6

View File

@ -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);