mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
sparc64: Kill unnecessary cast in profile_timer_exceptions_notify().
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a8f2226455
commit
4e85f5915d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue