staging: vt6656: Fix oops on resume from suspend.
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 18 Feb 2013 19:54:18 +0000 (19:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 16:30:04 +0000 (09:30 -0700)
commit6987a6dabfc40222ef767f67b57212fe3a0225fb
tree29b593596488430db95ca82b0f6b962bc7a3357d
parent1223ad3240487ba6c2304b887cfb4da5cada04d8
staging: vt6656: Fix oops on resume from suspend.

Remove usb_put_dev from vt6656_suspend and usb_get_dev
from vt6566_resume.

These are not normally in suspend/resume functions.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Cc: stable@vger.kernel.org # 3.0+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/main_usb.c