[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <558C01C5.4060303@users.sourceforge.net>
Date: Thu, 25 Jun 2015 15:27:33 +0200
From: SF Markus Elfring <elfring@...rs.sourceforge.net>
To: Russell King <linux@....linux.org.uk>,
linux-arm-kernel@...ts.infradead.org
CC: LKML <linux-kernel@...r.kernel.org>,
kernel-janitors@...r.kernel.org,
Julia Lawall <julia.lawall@...6.fr>
Subject: [PATCH 0/2] ARM-kernel: Deletion of unnecessary checks before two
function calls
From: Markus Elfring <elfring@...rs.sourceforge.net>
Some functions tolerate the passing of a null pointer. I do not see a need
because of this fact that a function caller repeats a corresponding check.
Markus Elfring (2):
Delete a check before the function call "smp_set_ops"
Delete a check before the function call "unwind_table_del"
arch/arm/kernel/module.c | 3 +--
arch/arm/kernel/setup.c | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
--
2.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists