]> git.baikalelectronics.ru Git - kernel.git/commit
sony-laptop: fix return path when no ACPI buffer is allocated
authorMattia Dongili <malattia@linux.it>
Sat, 19 May 2012 13:35:45 +0000 (22:35 +0900)
committerMatthew Garrett <mjg@redhat.com>
Thu, 31 May 2012 18:29:34 +0000 (14:29 -0400)
commit1bb2e200796b4b15f09539715a10edf8d549cc77
tree7dd9271a7f61c28f142958fc0d3eb50b9e802ff1
parent37886cfa0f90aecb5e9156a393300e0026af8f7a
sony-laptop: fix return path when no ACPI buffer is allocated

The goto target location would still try to free a buffer that was
never allocated.

Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/sony-laptop.c