aboutsummaryrefslogtreecommitdiff
path: root/drivers/gator/gator_events_mali_common.c
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-10-11 12:53:06 +0100
committerJon Medhurst <tixy@linaro.org>2013-10-11 12:53:06 +0100
commit01239d6842a2e2653b7b42736cf2c10b69d0face (patch)
treeeb6e9bbf6c81208ee7b0681af8d500b64fd849ee /drivers/gator/gator_events_mali_common.c
parent38529e4e6d6c9a9d18b59e1b165e8cd5d0c596da (diff)
parent4e5eee16c9f3454f74572b7812eb80255d2e31d3 (diff)
Merge in gator version 5.16
Diffstat (limited to 'drivers/gator/gator_events_mali_common.c')
-rw-r--r--drivers/gator/gator_events_mali_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gator/gator_events_mali_common.c b/drivers/gator/gator_events_mali_common.c
index 22a517d65a4..5a98b3745fc 100644
--- a/drivers/gator/gator_events_mali_common.c
+++ b/drivers/gator/gator_events_mali_common.c
@@ -20,8 +20,8 @@ extern const char *gator_mali_get_mali_name(void)
switch (id) {
case MALI_T6xx:
return "Mali-T6xx";
- case MALI_400:
- return "Mali-400";
+ case MALI_4xx:
+ return "Mali-4xx";
default:
pr_debug("gator: Mali-T6xx: unknown Mali ID (%d)\n", id);
return "Mali-Unknown";