lkml.org 
[lkml]   [2013]   [May]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[ 01/73] xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq
    Date
    3.8-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

    commit 2798ba7d19aed645663398a21ec4006bfdbb1ef3 upstream.

    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Reviewed-by: Ian Campbell <ian.camjpbell@citrix.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    arch/arm/xen/enlighten.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/arch/arm/xen/enlighten.c
    +++ b/arch/arm/xen/enlighten.c
    @@ -237,7 +237,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;
    }



    \
     
     \ /
      Last update: 2013-05-10 04:21    [W:8.131 / U:0.136 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site