commit | cf7fdd57f978d40ceb9a0f58a25f5cf9c84d6f33 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Tue Aug 04 23:52:09 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Aug 07 16:05:14 2009 -0700 |
tree | 17de519a492c4353dc65111bec683bd4f038a311 | |
parent | c15e3ca1d822abba78c00b1ffc3e7b382a50396e [diff] |
USB: fix oops on disconnect in cdc-acm This patch fixes an oops caused when during an unplug a device's table of endpoints is zeroed before the driver is notified. A pointer to the endpoint must be cached. this fixes a regression caused by commit 5186ffee2320942c3dc9745f7930e0eb15329ca6 Therefore it should go into 2.6.31 Signed-off-by: Oliver Neukum <oliver@neukum.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>