OSDN Git Service

platform/x86: mlx-platform: free first dev on error
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 7 Jan 2017 06:33:34 +0000 (09:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Feb 2017 07:33:13 +0000 (08:33 +0100)
commitadb260d15134f3aabd6e1bf39ee7f4ea28385c2d
treedaccd36f0a330d2be3354faf8f5db63c93737c9c
parent776050a9b55e17b72b5684794b9580d72e920e17
platform/x86: mlx-platform: free first dev on error

commit 63d762b88cb5510f2bfdb5112ced18cde867ae61 upstream.

There is an off-by-one error so we don't unregister priv->pdev_mux[0].
Also it's slightly simpler as a while loop instead of a for loop.

Fixes: 58cbbee2391c ("x86/platform/mellanox: Introduce support for Mellanox systems platform")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Vadim Pasternak <vadimp@mellanox.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/platform/mellanox/mlx-platform.c