]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
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)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 20 Jan 2017 23:43:42 +0000 (01:43 +0200)
commit63d762b88cb5510f2bfdb5112ced18cde867ae61
tree59bd1832e251b5e0edc61b1b6fb4f4d448b57554
parent49def1853334396f948dcb4cedb9347abb318df5
platform/x86: mlx-platform: free first dev on error

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>
drivers/platform/x86/mlx-platform.c