commit | 79f18a0637033f588accaa05621225c60301514a | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sat Apr 30 01:11:12 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 26 15:25:30 2016 -0700 |
tree | 8a22e03c921308359c3e1648ebf9f71efad76b18 | |
parent | 40506d402293633f0636e96a7e20c5e688e87563 [diff] |
ide-tape: fix misprint in failure handling in idetape_init() If driver_register() failed there is no sense to call driver_unregister(). unregister_chrdev() should be called here. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: David S. Miller <davem@davemloft.net>