lkml.org 
[lkml]   [2015]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[[PATCH v6 01/10] sparc/perf: Remove unnecessary assignment
    Date
    In ->commit_txn() 'cpuc' is already initialized when it is
    declared, so we can remove the duplicate assignment.

    Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
    ---
    arch/sparc/kernel/perf_event.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/arch/sparc/kernel/perf_event.c b/arch/sparc/kernel/perf_event.c
    index 689db65..e3f89c7 100644
    --- a/arch/sparc/kernel/perf_event.c
    +++ b/arch/sparc/kernel/perf_event.c
    @@ -1528,7 +1528,6 @@ static int sparc_pmu_commit_txn(struct pmu *pmu)
    if (!sparc_pmu)
    return -EINVAL;

    - cpuc = this_cpu_ptr(&cpu_hw_events);
    n = cpuc->n_events;
    if (check_excludes(cpuc->event, 0, n))
    return -EINVAL;
    --
    1.7.9.5


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