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)
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>

No differences found