Cyclades: Avoid label defined but not used warning
authorJesper Juhl <jesper.juhl@gmail.com>
Thu, 18 Oct 2007 10:06:23 +0000 (03:06 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:26 +0000 (14:37 -0700)
commitd941ea7d496db914205c3872942fd1ff0e7dccef
treeb35ec0bf04c09950c756eaf194ef75cd5abf9c04
parent65f76a82ec7a0374fad85211535330e203740475
Cyclades: Avoid label defined but not used warning

   CC      drivers/char/cyclades.o
 drivers/char/cyclades.c: In function 'cy_init':
 drivers/char/cyclades.c:5488: warning: label 'err_unr' defined but not used

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/cyclades.c