Commit 4e85f591 authored by David S. Miller's avatar David S. Miller

sparc64: Kill unnecessary cast in profile_timer_exceptions_notify().

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a8f22264
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment