projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8f2226
)
sparc64: Kill unnecessary cast in profile_timer_exceptions_notify().
author
David S. Miller
<davem@davemloft.net>
Wed, 9 Sep 2009 06:20:39 +0000
(23:20 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Sep 2009 06:20:39 +0000
(23:20 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/oprofile/init.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/oprofile/init.c
b/arch/sparc/oprofile/init.c
index 9ce34fd294c917606c38d1c9f73d0ecf18d84f3b..f97cb8b6ee5fec51b5f20d572357442e340115be 100644
(file)
--- a/
arch/sparc/oprofile/init.c
+++ b/
arch/sparc/oprofile/init.c
@@
-21,7
+21,7
@@
static int profile_timer_exceptions_notify(struct notifier_block *self,
unsigned long val, void *data)
{
- struct die_args *args =
(struct die_args *)
data;
+ struct die_args *args = data;
int ret = NOTIFY_DONE;
switch (val) {