]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
uwb: uwbd() is not freezable kthread
authorJiri Kosina <jkosina@suse.cz>
Mon, 26 Oct 2015 03:06:29 +0000 (04:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Dec 2015 22:26:33 +0000 (14:26 -0800)
commitced08b020e6ce0fa693e4d1d8c6088dbc0a36c64
tree30e16047ad3fe9ab968d6c40dc32eef97eede443
parentd5ddcdf4d672fddeb947ab144eb355c917b431c3
uwb: uwbd() is not freezable kthread

uwbd() calls try_to_freeze(), but the thread doesn't mark itself freezable
through set_freezable(), so the try_to_freeze() call is useless.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uwb/uwbd.c