summaryrefslogtreecommitdiff
path: root/drivers/misc/tegra-throughput.c
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2013-04-23 12:58:47 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:09:35 -0700
commit76668b8b3da383f7dd3daef25db9c9c582372cfb (patch)
tree403322e825b1e4c3ece4fb00833194a0162f869e /drivers/misc/tegra-throughput.c
parent7f1711e679ef9d84712b87858b6402607a3ff150 (diff)
drivers: misc: throughput: fix kernel warning
fix kernel compilation warning of returning value from void function Bug 949219 Change-Id: I74b541aed3d5519151496f3a71335792a3c0fe72 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/221967 Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/misc/tegra-throughput.c')
-rw-r--r--drivers/misc/tegra-throughput.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/misc/tegra-throughput.c b/drivers/misc/tegra-throughput.c
index 4ea35689ee0c..eb9473503d1d 100644
--- a/drivers/misc/tegra-throughput.c
+++ b/drivers/misc/tegra-throughput.c
@@ -1,7 +1,7 @@
/*
* drivers/misc/throughput.c
*
- * Copyright (C) 2012, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (C) 2012-2013, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -92,8 +92,6 @@ static void throughput_flip_callback(void)
}
last_flip = now;
-
- return NOTIFY_OK;
}
static void reset_target_frame_time(void)