summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/interface.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-12-22 22:04:33 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2015-12-22 13:00:52 -0800
commitb32a5c5346bdaac0ad6ef12cb444a9ad69d2b24b (patch)
treee8a8d94bc6f0e8060043be90f214265bd4604e0f /drivers/staging/greybus/interface.h
parenta5a7723a0d3762387fc765e69f0ab61fd4d47f00 (diff)
greybus: interface: Prefix DDBL1 attributes with ddbl1_ instead of unipro_
The Device descriptor block Level 1 (DDBL1) attributes are specified by the MIPI standard and prefixing them with 'unipro_' isn't the best thing to do. They should be prefixed with DDBL1 instead. To make it more readable/clear: - rename macros and variable by prefixing them with ddbl1_. - write full names for mfg and prod ids as manufacturer and product ids. - replace mfg (manufacturing) with mfr (manufacturer) Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/interface.h')
-rw-r--r--drivers/staging/greybus/interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
index ca123ce11e76..d192b74ab5e1 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/interface.h
@@ -26,8 +26,8 @@ struct gb_interface {
char *product_string;
/* Information taken from the hotplug event */
- u32 unipro_mfg_id;
- u32 unipro_prod_id;
+ u32 ddbl1_manufacturer_id;
+ u32 ddbl1_product_id;
u32 vendor_id;
u32 product_id;