Commit 2798ba7d authored by Stefano Stabellini's avatar Stefano Stabellini

xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq

Signed-off-by: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
Reviewed-by: default avatarIan Campbell <ian.camjpbell@citrix.com>
CC: stable@vger.kernel.org
parent a937536b
......@@ -239,7 +239,7 @@ static int __init xen_init_events(void)
xen_init_IRQ();
if (request_percpu_irq(xen_events_irq, xen_arm_callback,
"events", xen_vcpu)) {
"events", &xen_vcpu)) {
pr_err("Error requesting IRQ %d\n", xen_events_irq);
return -EINVAL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment