ieee802154: ca8210: Remove stray gpiod_unexport() call
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sun, 28 May 2023 14:09:38 +0000 (17:09 +0300)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 6 Jun 2023 18:47:48 +0000 (20:47 +0200)
commit18b849f12dcc34ec4cb9c8fadeb503b069499ba4
tree7e36f8551d4ba63df853c8f2f38d8c0cb7ca7063
parent5c68005083d620b1499fc81926a514d39ae8b88c
ieee802154: ca8210: 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: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-wpan/20230528140938.34034-1-andriy.shevchenko@linux.intel.com
drivers/net/ieee802154/ca8210.c