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)
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>

No differences found