[PATCH] usbcore: Fix broken RNDIS config selection
authorGiridhar Pemmasani <giri@lmc.cs.sunysb.edu>
Tue, 30 May 2006 14:12:30 +0000 (10:12 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:14 +0000 (15:04 -0700)
commit3f8f4a18f4f76a67fe5b80da1d3a3940e41a14a8
tree14f7408ac859d47187f03256c145238320c3b525
parent1fbe75e12f0dd567c86533e13ba2605f3ecad2e1
[PATCH] usbcore: Fix broken RNDIS config selection

RNDIS devices don't get configured owing to a typo in
choose_configuration().  This patch from Giridhar Pemmasani fixes the
typo.

From: Giridhar Pemmasani <giri@lmc.cs.sunysb.edu>
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hub.c