USB: fix comment of usb_set_configuration
authorMing Lei <tom.leiming@gmail.com>
Tue, 17 Jun 2008 15:24:08 +0000 (23:24 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:16:32 +0000 (15:16 -0700)
commit6d243e5c76b632a94d54cac2fe7fe8c0b41cd482
tree2ca4647d6a4c0a94dcf67e6bd464e7bc0866ac92
parent7c3e28bc56bd2e4310dc0af99f2b95eeda9a2ff7
USB: fix comment of usb_set_configuration

It is the usb interface driver probe() methods that
can't call usb_set_configuration, not usb device driver.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/message.c