commit | e574d5708156585ee506b7f914ed4a55a319d294 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Mar 05 13:25:36 2013 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Tue Mar 05 13:25:36 2013 +0200 |
tree | 75e9fa67ab48366ed956b63aacbbbb162b3787ec | |
parent | 341a71c790529140fc5f8833f893324f6b5261cc [diff] |
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 <balbi@ti.com>