Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

sparc64: Kill unnecessary cast in profile_timer_exceptions_notify().

parent a8f22264
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {