Files
linux/kernel
Greg Hackmann a5e2a1ddbc ANDROID: sched: fix duplicate sched_group_energy const specifiers
EAS uses "const struct sched_group_energy * const" fairly consistently.
But a couple of places swap the "*" and second "const", making the
pointer mutable.

In the case of struct sched_group, "* const" would have been an error,
since init_sched_energy() writes to sd->groups->sge.

Change-Id: Ic6a8fcf99e65c0f25d9cc55c32625ef3ca5c9aca
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2017-03-17 16:26:10 +00:00
..
2016-06-24 10:18:17 -07:00
2015-06-30 19:44:57 -07:00
2015-04-11 22:27:55 -04:00
2015-11-04 08:23:51 -05:00
2017-01-17 12:44:14 -08:00
2015-04-12 21:03:31 +02:00
2017-01-09 10:12:25 -08:00
2015-11-23 09:44:58 +01:00
2015-11-05 19:34:48 -08:00
2016-08-01 15:57:55 -07:00