]> 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)
commit47d3adaa216fa7c8918c84b79e75759738bf0865
tree7dd9271a7f61c28f142958fc0d3eb50b9e802ff1
parent40ec383076cf230d0229a7b2d2867f50749ba14d
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