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>
                                     const struct greybus_bundle_id *id)
 {
        if ((id->match_flags & GREYBUS_ID_MATCH_VENDOR) &&
-           (id->vendor != bundle->intf->vendor))
+           (id->vendor != bundle->intf->vendor_id))
                return 0;
 
        if ((id->match_flags & GREYBUS_ID_MATCH_PRODUCT) &&
-           (id->product != bundle->intf->product))
+           (id->product != bundle->intf->product_id))
                return 0;
 
        if ((id->match_flags & GREYBUS_ID_MATCH_CLASS) &&
 
        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);
 
 static DEVICE_ATTR_RO(field)
 
 gb_interface_attr(device_id, d);
-gb_interface_attr(vendor, x);
-gb_interface_attr(product, x);
+gb_interface_attr(vendor_id, x);
+gb_interface_attr(product_id, x);
 gb_interface_attr(vendor_string, s);
 gb_interface_attr(product_string, s);
 
 static struct attribute *interface_attrs[] = {
        &dev_attr_device_id.attr,
-       &dev_attr_vendor.attr,
-       &dev_attr_product.attr,
+       &dev_attr_vendor_id.attr,
+       &dev_attr_product_id.attr,
        &dev_attr_vendor_string.attr,
        &dev_attr_product_string.attr,
        NULL,
 
        /* Information taken from the hotplug event */
        u32 unipro_mfg_id;
        u32 unipro_prod_id;
-       u32 vendor;
-       u32 product;
+       u32 vendor_id;
+       u32 product_id;
 
        struct gb_module *module;
        struct gb_host_device *hd;
 
 
        intf->unipro_mfg_id = le32_to_cpu(hotplug->data.unipro_mfg_id);
        intf->unipro_prod_id = le32_to_cpu(hotplug->data.unipro_prod_id);
-       intf->vendor = le32_to_cpu(hotplug->data.ara_vend_id);
-       intf->product = le32_to_cpu(hotplug->data.ara_prod_id);
+       intf->vendor_id = le32_to_cpu(hotplug->data.ara_vend_id);
+       intf->product_id = le32_to_cpu(hotplug->data.ara_prod_id);
 
        /*
         * Create a device id for the interface: