[PATCH v2 0/2] kunit: fix minor error path mistakes

Wander Lairson Costa posted 2 patches 1 year, 10 months ago
There is a newer version of this series
lib/kunit/device.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH v2 0/2] kunit: fix minor error path mistakes
Posted by Wander Lairson Costa 1 year, 10 months ago
Hi,

These two patches fix some minor error path mistakes in the device
module.

Changes:
--------

v1->v2:
* Add fixes tag.
* Add an imperative statement in the first commit descripton.

Wander Lairson Costa (2):
  kunit: unregister the device on error
  kunit: avoid memory leak on device register error

 lib/kunit/device.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.44.0
Re: [PATCH v2 0/2] kunit: fix minor error path mistakes
Posted by Maxime Ripard 1 year, 10 months ago
On Thu, 18 Apr 2024 13:00:36 -0300, Wander Lairson Costa wrote:
> Hi,
> 
> These two patches fix some minor error path mistakes in the device
> module.
> 
> 
> [ ... ]

Reviewed-by: Maxime Ripard <mripard@kernel.org>

Thanks!
Maxime