Re: [PATCH v2 2/5] staging: unisys: remove LOGINF macros

2015-02-26 Thread gre...@linuxfoundation.org
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

Re: [PATCH v2 2/5] staging: unisys: remove LOGINF macros

2015-02-26 Thread Romer, Benjamin M
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

Re: [PATCH v2 2/5] staging: unisys: remove LOGINF macros

2015-02-26 Thread Dan Carpenter
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

[PATCH v2 2/5] staging: unisys: remove LOGINF macros

2015-02-26 Thread Benjamin Romer
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