]> git.karo-electronics.de Git - karo-tx-linux.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>
Wed, 20 Mar 2013 20:10:53 +0000 (13:10 -0700)
commit6564af05b6f7e0e0519182153cfc408256803b53
tree9492e340d532652e5e0b9404f9e25e6279ef7c1e
parenta1428c9a2c52ef76cbdf7ac724dc04f65586a7db
staging: vt6656: Fix oops on resume from suspend.

commit 6987a6dabfc40222ef767f67b57212fe3a0225fb upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/main_usb.c