summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/bootrom.c
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-07-28 11:40:53 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-07-28 07:30:13 -0700
commit23931ffb9ac892a51cdef4eefdfc255e3f810a8b (patch)
treeb059f90ef070815cb2b92242ddbc3a35ee1e6907 /drivers/staging/greybus/bootrom.c
parent6c298035a14d30e94861833df5c490feda2c73db (diff)
downloadlinux-23931ffb9ac892a51cdef4eefdfc255e3f810a8b.tar.bz2
greybus: replace Ara references
Replace all occurrences of the term "Ara" with "GMP" in core. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/bootrom.c')
-rw-r--r--drivers/staging/greybus/bootrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/bootrom.c b/drivers/staging/greybus/bootrom.c
index e7cfa80b6b0b..5f90721bcc51 100644
--- a/drivers/staging/greybus/bootrom.c
+++ b/drivers/staging/greybus/bootrom.c
@@ -114,7 +114,7 @@ static void bootrom_es2_fixup_vid_pid(struct gb_bootrom *bootrom)
struct gb_interface *intf = connection->bundle->intf;
int ret;
- if (!(intf->quirks & GB_INTERFACE_QUIRK_NO_ARA_IDS))
+ if (!(intf->quirks & GB_INTERFACE_QUIRK_NO_GMP_IDS))
return;
ret = gb_operation_sync(connection, GB_BOOTROM_TYPE_GET_VID_PID,