[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20241031191952.149d033b@jic23-huawei>
Date: Thu, 31 Oct 2024 19:19:52 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Marcelo Schmitt <marcelo.schmitt@...log.com>, Jonathan Cameron
<Jonathan.Cameron@...wei.com>, Matteo Martelli <matteomartelli3@...il.com>,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org, Lars-Peter Clausen
<lars@...afoo.de>, Michael Hennerich <Michael.Hennerich@...log.com>
Subject: Re: [PATCH v1 0/2] iio: adc: Check for error from devm_mutex_init()
On Wed, 30 Oct 2024 18:19:17 +0200
Andy Shevchenko <andriy.shevchenko@...ux.intel.com> wrote:
> Ignoring error checking from devm calls is a bad practice in general.
> While not critical today, it may become a problem tomorrow.
> Fix this for devm_mutex_init().
>
> Andy Shevchenko (2):
> iio: adc: ad4000: Check for error code from devm_mutex_init() call
> iio: adc: pac1921: Check for error code from devm_mutex_init() call
>
Oops. Missed this in review obviously.
Applied.
> drivers/iio/adc/ad4000.c | 4 +++-
> drivers/iio/adc/pac1921.c | 4 +++-
> 2 files changed, 6 insertions(+), 2 deletions(-)
>
Powered by blists - more mailing lists