commit | aa5873e96271611ae55586f65e49ea1fab90cb88 | [log] [tgz] |
---|---|---|
author | Endre Kollar <taxy443@gmail.com> | Tue Jul 27 12:39:30 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jul 27 11:06:29 2010 -0700 |
tree | b2a0c0b5d06976b262e4403225d6ca3bc8380daf | |
parent | 125ed824d3d03f5c470cf98aca757fd9423c49ab [diff] |
Staging: usbip: fix multiple interfaces The stub_probe function instantiates an stub_dev object for all interfaces. Wich causes a problem. The stub_dev object belongs to their own interfaces. This patch creates the sdev object at the first stub_probe call, the other calls associate the interfaces to this. Signed-off-by: Endre Kollar <taxy443@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>