wifi: atmel: Fix an error handling path in atmel_probe()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 20 May 2023 07:53:14 +0000 (09:53 +0200)
committerKalle Valo <kvalo@kernel.org>
Thu, 25 May 2023 16:16:15 +0000 (19:16 +0300)
commit6b92e4351a29af52c285fe235e6e4d1a75de04b2
treeef0afe840501cacdecf05b05da957ae7f2ac1107
parent67a81d911c01225f426cc6bee2373df044c1a9b7
wifi: atmel: Fix an error handling path in atmel_probe()

Should atmel_config() fail, some resources need to be released as already
done in the remove function.

While at it, remove a useless and erroneous comment. The probe is
atmel_probe(), not atmel_attach().

Fixes: 15b99ac17295 ("[PATCH] pcmcia: add return value to _config() functions")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/1e65f174607a83348034197fa7d603bab10ba4a9.1684569156.git.christophe.jaillet@wanadoo.fr
drivers/net/wireless/atmel/atmel_cs.c