]> git.baikalelectronics.ru Git - kernel.git/commit
hwspinlock/u8500: fix build error due to undefined label
authorAxel Lin <axel.lin@gmail.com>
Sun, 6 Nov 2011 13:14:16 +0000 (21:14 +0800)
committerOhad Ben-Cohen <ohad@wizery.com>
Tue, 8 Nov 2011 07:28:41 +0000 (09:28 +0200)
commit8ae50a3d7d12d07c9c75ce05b17c01398fc67b90
treee46cca4b5748501aa8f2b3204e1c0e2d87dc0509
parentb7f497e69d1f73e46e5365db411a5b52c2eba137
hwspinlock/u8500: fix build error due to undefined label

Fix below build error:

  CC      drivers/hwspinlock/u8500_hsem.o
drivers/hwspinlock/u8500_hsem.c: In function 'u8500_hsem_probe':
drivers/hwspinlock/u8500_hsem.c:113: error: label 'free_state' used but not defined

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
drivers/hwspinlock/u8500_hsem.c