Przeglądaj źródła

sparc64: Kill unnecessary cast in profile_timer_exceptions_notify().

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 15 lat temu
rodzic
commit
4e85f5915d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      arch/sparc/oprofile/init.c

+ 1 - 1
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) {