mbox series

[0/3] mfd/abx500-core: Adjustments for eight function implementations

Message ID d1862d7a-412e-9aaf-8200-bb2070ee402a@users.sourceforge.net
Headers show
Series mfd/abx500-core: Adjustments for eight function implementations | expand

Message

SF Markus Elfring Jan. 14, 2018, 8:40 p.m. UTC
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sun, 14 Jan 2018 21:38:42 +0100

Three update suggestions were taken into account
from static source code analysis.

Markus Elfring (3):
  Delete an error message for a failed memory allocation
    in abx500_register_ops()
  Improve two size determinations in abx500_register_ops()
  Adjust 14 checks for null pointers

 drivers/mfd/abx500-core.c | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

Comments

Linus Walleij Jan. 16, 2018, 10:09 a.m. UTC | #1
On Sun, Jan 14, 2018 at 9:40 PM, SF Markus Elfring
<elfring@users.sourceforge.net> wrote:

> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Sun, 14 Jan 2018 21:38:42 +0100
>
> Three update suggestions were taken into account
> from static source code analysis.
>
> Markus Elfring (3):
>   Delete an error message for a failed memory allocation
>     in abx500_register_ops()
>   Improve two size determinations in abx500_register_ops()
>   Adjust 14 checks for null pointers

The series:
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij