dsa: lan9303: Remove stray gpiod_unexport() call
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sun, 28 May 2023 14:25:31 +0000 (17:25 +0300)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 30 May 2023 11:10:58 +0000 (13:10 +0200)
commit3ea3c9cff7f982b42126a009140cb73a53ecd647
tree559e0330ecabc83aba29436da17b3d4785c762a6
parentbb269633f3da56ec65e4e5aa9d9fca0ef8b3d373
dsa: lan9303: Remove stray gpiod_unexport() call

There is no gpiod_export() and gpiod_unexport() looks pretty much stray.
The gpiod_export() and gpiod_unexport() shouldn't be used in the code,
GPIO sysfs is deprecated. That said, simply drop the stray call.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20230528142531.38602-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/dsa/lan9303-core.c