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)
commitfdcb23634c9b6649bb02c681033d4973491b0e35
treee46cca4b5748501aa8f2b3204e1c0e2d87dc0509
parent816af3bb5022c1468b3d826c645ddc2cac45bc97
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