summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/manifest.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-04-06 15:49:36 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2015-04-06 12:47:06 +0200
commit88e6d37c448062b86211e89d23348d952fd166c0 (patch)
treef7d2bb683a8349159a759b2e78821504f95a94c3 /drivers/staging/greybus/manifest.c
parent9f5f30e712430912f4cff65e97dd36f9b3bdbe4e (diff)
greybus: bundle: s/class_type/class
Alex suggested to name it class instead of class type. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/manifest.c')
-rw-r--r--drivers/staging/greybus/manifest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/manifest.c b/drivers/staging/greybus/manifest.c
index 12eee3adf91a..d6cafebefd26 100644
--- a/drivers/staging/greybus/manifest.c
+++ b/drivers/staging/greybus/manifest.c
@@ -261,7 +261,7 @@ static u32 gb_manifest_parse_bundles(struct gb_interface *intf)
/* Found one. Set up its bundle structure*/
desc_bundle = descriptor->data;
bundle = gb_bundle_create(intf, desc_bundle->id,
- desc_bundle->class_type);
+ desc_bundle->class);
if (!bundle)
return 0; /* Error */