mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
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:
parent
9f77b80fdf
commit
295b5269d6
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user