commit | 90b1a47945dcb2f1ef3e69f3931c3cc1e46e8b00 | [log] [tgz] |
---|---|---|
author | Hemant Kumar <hemantk@codeaurora.org> | Thu Apr 26 19:59:56 2012 -0700 |
committer | Hemant Kumar <hemantk@codeaurora.org> | Thu Apr 26 21:02:58 2012 -0700 |
tree | a533e9975a76a7ed46c52d8d562373db5b4543d0 | |
parent | de8c900081f1d0c879b02c0277e137777ed3543e [diff] |
net: usb: rmnet: Fix bug in handling removal of debugfs files RmNet supports multiple driver instances. Every driver instance creates a debugfs entry. Removal of same debugfs entry by every driver instance during device disconnect causes crash. Fix the crash by making sure that driver only removes the debugfs entry which was created by it. Change-Id: I6bcd07f07f3faecffe7f4b908d751c769d830ad1 CRs-Fixed: 356385 Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>