commit | cb68429d155507ec46f1922d2beb7bc637de4836 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sat Nov 07 01:56:05 2015 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Nov 07 11:14:30 2015 +0100 |
tree | 906caa97e530348ca4edcf0efb3a3606327695c8 | |
parent | 5cf92c8b3dc5da59e05dc81bdc069cedf6f38313 [diff] |
sound: fix check for error condition of register_chrdev() init_oss_soundcore() compares returned value of register_chrdev() with -1, while other error codes can be returned. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Takashi Iwai <tiwai@suse.de>