Atul Gopinathan 3890e3dea3 serial: max310x: unregister uart driver in case of failure and abort
The macro "spi_register_driver" invokes the function
"__spi_register_driver()" which has a return type of int and can fail,
returning a negative value in such a case. This is currently ignored and
the init() function yields success even if the spi driver failed to
register.

Fix this by collecting the return value of "__spi_register_driver()" and
also unregister the uart driver in case of failure.

Cc: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Atul Gopinathan <atulgopinathan@gmail.com>
Link: https://lore.kernel.org/r/20210503115736.2104747-12-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-05-13 17:30:21 +02:00
..
2021-04-09 17:00:32 +02:00
2021-03-10 09:34:06 +01:00
2020-06-27 16:21:20 +02:00
2021-04-15 10:32:17 +02:00
2021-04-15 10:32:17 +02:00
2021-03-10 09:34:06 +01:00
2021-03-10 09:34:06 +01:00
2021-04-15 10:22:17 +02:00
2021-04-15 10:22:17 +02:00
2021-04-15 10:22:17 +02:00
2021-04-15 10:22:17 +02:00
2021-04-15 10:22:17 +02:00
2021-04-15 10:32:17 +02:00