linux-stable/drivers/uwb
Andrey Konovalov bbf26183b7 uwb: properly check kthread_run return value
uwbd_start() calls kthread_run() and checks that the return value is
not NULL. But the return value is not NULL in case kthread_run() fails,
it takes the form of ERR_PTR(-EINTR).

Use IS_ERR() instead.

Also add a check to uwbd_stop().

Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-09-18 11:28:23 +02:00
..
i1480 uwb: i1480: add missing goto 2017-05-25 14:30:13 +02:00
Kconfig uwb: remove UWB build dependency on PCI 2014-09-23 22:04:44 -07:00
Makefile
address.c
allocator.c
beacon.c uwb: fix variable set but not used warnings 2014-05-27 15:18:48 -07:00
driver.c uwb: use class_groups instead of class_attrs 2017-06-09 10:41:00 +02:00
drp-avail.c
drp-ie.c
drp.c uwb: drp: Use setup_timer 2015-10-24 19:52:53 -07:00
est.c uwb: fix variable set but not used warnings 2014-05-27 15:18:48 -07:00
hwa-rc.c uwb: ensure that endpoint is interrupt 2017-09-18 11:28:23 +02:00
ie-rcv.c uwb: fix variable set but not used warnings 2014-05-27 15:18:48 -07:00
ie.c
lc-dev.c uwb: lc-dev: Remove unused function 2015-01-25 20:48:28 +08:00
lc-rc.c uwb: lc-rc: constify attribute_group structures. 2017-08-10 11:31:27 -07:00
neh.c uwb: neh: Use setup_timer 2015-10-24 19:52:53 -07:00
pal.c uwb: fix device reference leaks 2016-11-01 09:04:04 -06:00
radio.c uwb: comment typo fix 2014-05-27 15:18:48 -07:00
reset.c
rsv.c uwb: rsv: Use setup_timer 2015-10-24 19:52:53 -07:00
scan.c
umc-bus.c uwb: Remove umc bus legacy suspend/resume support 2015-03-18 17:27:03 +01:00
umc-dev.c
umc-drv.c
uwb-debug.c debugfs: Pass bool pointer to debugfs_create_bool() 2015-10-04 11:36:07 +01:00
uwb-internal.h uwb: create a uwb bus type and add in-range peer devices to it 2014-09-23 22:04:44 -07:00
uwbd.c uwb: properly check kthread_run return value 2017-09-18 11:28:23 +02:00
whc-rc.c
whci.c uwb/whci: Delete an unnecessary check before the function call "umc_device_unregister" 2015-03-18 16:56:40 +01:00