On Thu, Feb 26, 2015 at 11:47:47AM -0500, Benjamin Romer wrote:
> diff --git a/drivers/staging/unisys/uislib/uisthread.c 
> b/drivers/staging/unisys/uislib/uisthread.c
> index d54005d..8e623dd 100644
> --- a/drivers/staging/unisys/uislib/uisthread.c
> +++ b/drivers/staging/unisys/uislib/uisthread.c
> @@ -47,7 +47,7 @@ uisthread_start(struct uisthread_info *thrinfo,
>               return 0;       /* failure */
>       }
>       thrinfo->id = thrinfo->task->pid;
> -     LOGINF("started thread pid:%d\n", thrinfo->id);
> +     wake_up_process(thrinfo->task);
>       return 1;
>  }

Please send bug fixes separately.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to