Revert "Merge remote-tracking branch 'linux-2.6.32.y/master' into develop"

This reverts commit 7cd3739f32, reversing
changes made to 2748ae2cc2.

Conflicts:

	drivers/usb/core/hub.c
	drivers/usb/serial/option.c
This commit is contained in:
黄涛
2011-07-30 16:09:59 +08:00
parent 77d6545a14
commit 5f1e6e97d5
471 changed files with 2712 additions and 5036 deletions

View File

@@ -330,7 +330,7 @@ static int conf_choice(struct menu *menu)
}
if (!child)
continue;
if (line[0] && line[strlen(line) - 1] == '?') {
if (line[strlen(line) - 1] == '?') {
print_help(child);
continue;
}