Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] drivers/char/ip2: kill unused code, label
Kill warning: drivers/char/ip2/ip2main.c: In function �ip2_loadmain�: drivers/char/ip2/ip2main.c:782: warning: label �out_class� defined but not used This driver's initialization (and cleanup of errors during init) is extremely convoluted, and could stand to be transformed into the standard unwinding-goto style of error cleanup. Signed-off-by: Jeff Garzik <jeff@garzik.org> Acked-by: Michael H. Warfield <mhw@wittsend.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
- Loading branch information