Fix the missing blank line between code and declarations in uisthread.c. Signed-off-by: Benjamin Romer <benjamin.ro...@unisys.com> --- drivers/staging/unisys/uislib/uisthread.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/staging/unisys/uislib/uisthread.c b/drivers/staging/unisys/uislib/uisthread.c index c93ab04..c0fc812 100644 --- a/drivers/staging/unisys/uislib/uisthread.c +++ b/drivers/staging/unisys/uislib/uisthread.c @@ -62,6 +62,7 @@ uisthread_stop(struct uisthread_info *thrinfo) { int ret; int stopped = 0; + if (thrinfo->id == 0) return; /* thread not running */ -- 1.9.1 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel