aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/firmware.c
diff options
context:
space:
mode:
authorGravatar Johan Hovold <johan@hovoldconsulting.com> 2015-11-25 15:58:56 +0100
committerGravatar Greg Kroah-Hartman <gregkh@google.com> 2015-11-25 15:27:06 -0800
commit9f59263a8976db0877409d9f9813d7101756a653 (patch)
tree9dd3963398d635c2e4608e7b2abad0b7ee57b2a1 /drivers/staging/greybus/firmware.c
parentgreybus: Documentation/sysfs-bus-greybus: update the bus ABI documentation (diff)
downloadlinux-9f59263a8976db0877409d9f9813d7101756a653.tar.gz
linux-9f59263a8976db0877409d9f9813d7101756a653.tar.bz2
linux-9f59263a8976db0877409d9f9813d7101756a653.zip
greybus: interface: rename vendor and product attributes
Rename vendor and product attributes vendor_id and product_id. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/firmware.c')
-rw-r--r--drivers/staging/greybus/firmware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/firmware.c b/drivers/staging/greybus/firmware.c
index e99d8d679686..e41526b62ab6 100644
--- a/drivers/staging/greybus/firmware.c
+++ b/drivers/staging/greybus/firmware.c
@@ -41,7 +41,7 @@ static int download_firmware(struct gb_firmware *firmware, u8 stage)
snprintf(firmware_name, sizeof(firmware_name),
"ara:%08x:%08x:%08x:%08x:%02x.tftf",
intf->unipro_mfg_id, intf->unipro_prod_id,
- intf->vendor, intf->product, stage);
+ intf->vendor_id, intf->product_id, stage);
return request_firmware(&firmware->fw, firmware_name,
&connection->bundle->dev);