lkml.org 
[lkml]   [2009]   [Nov]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 31/42] KVM: Fix printk name error in svm.c
    Date
    From: Zachary Amsden <zamsden@redhat.com>

    Signed-off-by: Zachary Amsden <zamsden@redhat.com>
    Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
    ---
    arch/x86/kvm/svm.c | 5 +++--
    1 files changed, 3 insertions(+), 2 deletions(-)

    diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
    index 9a4daca..d1036ce 100644
    --- a/arch/x86/kvm/svm.c
    +++ b/arch/x86/kvm/svm.c
    @@ -330,13 +330,14 @@ static int svm_hardware_enable(void *garbage)
    return -EBUSY;

    if (!has_svm()) {
    - printk(KERN_ERR "svm_cpu_init: err EOPNOTSUPP on %d\n", me);
    + printk(KERN_ERR "svm_hardware_enable: err EOPNOTSUPP on %d\n",
    + me);
    return -EINVAL;
    }
    svm_data = per_cpu(svm_data, me);

    if (!svm_data) {
    - printk(KERN_ERR "svm_cpu_init: svm_data is NULL on %d\n",
    + printk(KERN_ERR "svm_hardware_enable: svm_data is NULL on %d\n",
    me);
    return -EINVAL;
    }
    --
    1.6.5.2


    \
     
     \ /
      Last update: 2009-11-16 13:35    [W:4.044 / U:0.900 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site