USB: ark3116: fix NULL-pointer dereference
authorJohan Hovold <jhovold@gmail.com>
Mon, 15 Oct 2012 16:20:52 +0000 (18:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Oct 2012 17:25:54 +0000 (10:25 -0700)
commit7bdce71822f471433dd3014692e9096996c7b5f0
treed9de48ccd413b2a87e4201dc2f2ee3cb55c14299
parent8282da478966975a5efff3eeb650a49fe67fa14e
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>
drivers/usb/serial/ark3116.c