[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMZdPi_+GpG8h2tJ1AxOj6HaPiXXDh6aC2RvO=+zXRy_AQpWkg@mail.gmail.com>
Date: Thu, 5 Aug 2021 21:53:57 +0200
From: Loic Poulain <loic.poulain@...aro.org>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Sergey Ryazanov <ryazanov.s.a@...il.com>,
Network Development <netdev@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>,
Johannes Berg <johannes@...solutions.net>,
Jakub Kicinski <kuba@...nel.org>
Subject: Re: [PATCH v1 1/1] wwan: core: Avoid returning error pointer from wwan_create_dev()
On Thu, 5 Aug 2021 at 20:38, Andy Shevchenko
<andriy.shevchenko@...ux.intel.com> wrote:
>
> wwan_create_dev() is expected to return either valid pointer or NULL,
> In some cases it might return the error pointer. Prevent this by converting
> it to NULL after wwan_dev_get_by_parent().
wwan_create_dev is called both from wwan_register_ops() and
wwan_create_port(), one using IS_ERR and the other using NULL testing,
they should be aligned as well.
Regards,
Loic
Powered by blists - more mailing lists