commit | 7bdce71822f471433dd3014692e9096996c7b5f0 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Mon Oct 15 18:20:52 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 16 10:25:54 2012 -0700 |
tree | d9de48ccd413b2a87e4201dc2f2ee3cb55c14299 | |
parent | 8282da478966975a5efff3eeb650a49fe67fa14e [diff] |
USB: ark3116: fix NULL-pointer dereference Fix NULL-pointer dereference at release by replacing attach and release with port_probe and port_remove. Since commit 0998d0631001288 (device-core: Ensure drvdata = NULL when no driver is bound) the port private data is NULL when release is called. Compile-only tested. Cc: <stable@vger.kernel.org> Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>