usb: convert port_owners type from void * to struct dev_state *
authorLan Tianyu <tianyu.lan@intel.com>
Fri, 6 Jul 2012 06:13:52 +0000 (14:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 18:09:28 +0000 (11:09 -0700)
commit336c5c310e8f0d5baba7973765339eaf5d989fe1
tree74350a57c77560a460feb5ede8978fb9e1246e9c
parent77c4400f2f0fd8384ab5cbe41d81ccc664896b2d
usb: convert port_owners type from void * to struct dev_state *

This patch is to convert port_owners type from void * to struct dev_state *
in order to make code more readable.

Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c
drivers/usb/core/usb.h