From: Felipe Balbi Date: Tue, 5 Mar 2013 11:25:36 +0000 (+0200) Subject: usb: musb: fix compile warning X-Git-Tag: v3.9-rc3~17^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e574d5708156585ee506b7f914ed4a55a319d294;p=pandora-kernel.git usb: musb: fix compile warning When running 100 randconfig iterations, I found the following warning: drivers/usb/musb/musb_core.c: In function ‘musb_init_controller’: drivers/usb/musb/musb_core.c:1981:1: warning: label ‘fail5’ defined \ but not used [-Wunused-label] this patch fixes it by removing the unnecessary ifdef CONFIG_SYSFS. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed