mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
sony-laptop: return a negative error code in sonypi_compat_init()
Return -1 in the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Mattia Dongili <malattia@linux.it> Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
This commit is contained in:
parent
50e37ccea0
commit
03a174b35c
@ -4320,7 +4320,8 @@ static int sony_pic_add(struct acpi_device *device)
|
||||
goto err_free_resources;
|
||||
}
|
||||
|
||||
if (sonypi_compat_init())
|
||||
result = sonypi_compat_init();
|
||||
if (result)
|
||||
goto err_remove_input;
|
||||
|
||||
/* request io port */
|
||||
|
Loading…
Reference in New Issue
Block a user