aboutsummaryrefslogtreecommitdiff
path: root/drivers/gator/gator_events_mali_common.c
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-10-10 16:48:56 +0100
committerJon Medhurst <tixy@linaro.org>2013-10-11 12:43:21 +0100
commitd369859ea66a29a79162f622a3816c4eb9024940 (patch)
tree1042c4c9f4b0e075267712fd2ee97a400c868840 /drivers/gator/gator_events_mali_common.c
parentaaf37a3203b5ad30714cde34f4a6b40c3195eebf (diff)
gator: Version 5.16
Signed-off-by: Jon Medhurst <tixy@linaro.org>
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 22a517d65a4c..5a98b3745fc2 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";