lkml.org 
[lkml]   [2016]   [May]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v7 03/15] acpi, numa: remove duplicate NULL check
    Date
    From: Hanjun Guo <hanjun.guo@linaro.org>

    The argument "header" for acpi_table_print_srat_entry()
    is always checked before the function is called, it's
    duplicate to check it again, remove it.

    Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
    Signed-off-by: Robert Richter <rrichter@cavium.com>
    Signed-off-by: David Daney <david.daney@cavium.com>
    ---
    drivers/acpi/numa.c | 3 ---
    1 file changed, 3 deletions(-)

    diff --git a/drivers/acpi/numa.c b/drivers/acpi/numa.c
    index a089c39..6f1cad8 100644
    --- a/drivers/acpi/numa.c
    +++ b/drivers/acpi/numa.c
    @@ -125,9 +125,6 @@ EXPORT_SYMBOL(acpi_map_pxm_to_online_node);
    static void __init
    acpi_table_print_srat_entry(struct acpi_subtable_header *header)
    {
    - if (!header)
    - return;
    -
    switch (header->type) {
    case ACPI_SRAT_TYPE_CPU_AFFINITY:
    {
    --
    1.7.11.7
    \
     
     \ /
      Last update: 2016-05-25 01:01    [W:4.157 / U:0.636 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site