On Thu, Feb 26, 2015 at 11:38:24AM -0600, Romer, Benjamin M wrote:
> On Thu, 2015-02-26 at 20:19 +0300, Dan Carpenter wrote:
> > > + wake_up_process(thrinfo->task);
>
> > Please send bug fixes separately.
> >
> > regards,
> > dan carpenter
> >
>
> Actually, I think this is a merge error on my p
On Thu, 2015-02-26 at 20:19 +0300, Dan Carpenter wrote:
> > + wake_up_process(thrinfo->task);
> Please send bug fixes separately.
>
> regards,
> dan carpenter
>
Actually, I think this is a merge error on my part, I'll send a v3 of
just this specific patch if that's alright?
-- Ben
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
Remove the LOGINF, LOGINFDEV, LOGINFDEVX, LOGINFNAME, PRINTKDRV, and
INFODRV macros entirely from the driver set.
Signed-off-by: Benjamin Romer
---
v2 - Fixed a mistake where some of the if statements had accidentally doubled
tabs if the then clause was only one statement.
drivers/staging/unisy