提交 4e85f591 编写于 作者: D David S. Miller

sparc64: Kill unnecessary cast in profile_timer_exceptions_notify().

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册