]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit840c605827655b79d757a5b01e7da9c3a46f8fe3
tree29b593596488430db95ca82b0f6b962bc7a3357d
parente517ae30313b2dde245f6fee88afbe2b115e235e
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