lkml.org 
[lkml]   [2013]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH RFC 02/77] PCI/MSI/PPC: Fix wrong RTAS error code reporting
    Date
    Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
    ---
    arch/powerpc/platforms/pseries/msi.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/arch/powerpc/platforms/pseries/msi.c b/arch/powerpc/platforms/pseries/msi.c
    index 6d2f0ab..009ec73 100644
    --- a/arch/powerpc/platforms/pseries/msi.c
    +++ b/arch/powerpc/platforms/pseries/msi.c
    @@ -467,7 +467,7 @@ again:
    list_for_each_entry(entry, &pdev->msi_list, list) {
    hwirq = rtas_query_irq_number(pdn, i++);
    if (hwirq < 0) {
    - pr_debug("rtas_msi: error (%d) getting hwirq\n", rc);
    + pr_debug("rtas_msi: error (%d) getting hwirq\n", hwirq);
    return hwirq;
    }

    --
    1.7.7.6


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