Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/serial: Do not leave sysfs group in case of error in aspeed_v…
…uart_probe() There are several error handling paths in aspeed_vuart_probe(), where sysfs group is left unremoved. The patch fixes them. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information