We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c48b2 commit 0e2cb49Copy full SHA for 0e2cb49
arch/arm64/kernel/armv8_deprecated.c
@@ -420,14 +420,14 @@ static DEFINE_MUTEX(insn_emulation_mutex);
420
421
static void enable_insn_hw_mode(void *data)
422
{
423
- struct insn_emulation *insn = (struct insn_emulation *)data;
+ struct insn_emulation *insn = data;
424
if (insn->set_hw_mode)
425
insn->set_hw_mode(true);
426
}
427
428
static void disable_insn_hw_mode(void *data)
429
430
431
432
insn->set_hw_mode(false);
433
0 commit comments