crypto: omap-aes - remove the sysfs group during driver removal
authorTero Kristo <t-kristo@ti.com>
Tue, 5 Nov 2019 14:00:52 +0000 (16:00 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 11 Dec 2019 08:36:57 +0000 (16:36 +0800)
commite7508ef2a67416e7786d7325cffe381aded1e0b3
tree789c34cb85a738fc6627fde2d74ccc49a3c74e27
parentb82fc91e50dfb1ed5bac0b99604218e23a89a304
crypto: omap-aes - remove the sysfs group during driver removal

The driver removal should also cleanup the created sysfs group. If not,
the driver fails the subsequent probe as the files exist already. Also,
drop a completely unnecessary pointer assignment from the removal
function at the same time.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/omap-aes.c