summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/fw-download.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-08-10 10:48:31 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2016-08-11 14:14:54 +0200
commit295b5269d63841183257d9da9035dd3e3fde4200 (patch)
treefc2aa67adf4b2a9be347c84df72fe70d11c4a628 /drivers/staging/greybus/fw-download.c
parent9f77b80fdfeb72bdecf7855bb526ef14b6ed2ba8 (diff)
downloadlinux-295b5269d63841183257d9da9035dd3e3fde4200.tar.bz2
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>
Diffstat (limited to 'drivers/staging/greybus/fw-download.c')
-rw-r--r--drivers/staging/greybus/fw-download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/fw-download.c b/drivers/staging/greybus/fw-download.c
index 41a45ecb62b6..16de71cd9e33 100644
--- a/drivers/staging/greybus/fw-download.c
+++ b/drivers/staging/greybus/fw-download.c
@@ -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);