Re: [PATCH 01/30] staging: unisys: serverdown variable change bool to int virthba

2015-02-26 Thread gre...@linuxfoundation.org
On Wed, Feb 11, 2015 at 05:41:13PM +0300, Dan Carpenter wrote: > On Wed, Feb 11, 2015 at 08:32:52AM -0600, Romer, Benjamin M wrote: > > On Wed, 2015-02-11 at 11:36 +0300, Dan Carpenter wrote: > > > On Tue, Feb 10, 2015 at 12:58:35PM -0500, Benjamin Romer wrote: > > > > From: Erik Arfvidson > > > >

Re: [PATCH 01/30] staging: unisys: serverdown variable change bool to int virthba

2015-02-11 Thread Dan Carpenter
On Wed, Feb 11, 2015 at 08:32:52AM -0600, Romer, Benjamin M wrote: > On Wed, 2015-02-11 at 11:36 +0300, Dan Carpenter wrote: > > On Tue, Feb 10, 2015 at 12:58:35PM -0500, Benjamin Romer wrote: > > > From: Erik Arfvidson > > > > > > This patch changes serverdown variable to int instead of bool > >

Re: [PATCH 01/30] staging: unisys: serverdown variable change bool to int virthba

2015-02-11 Thread Romer, Benjamin M
On Wed, 2015-02-11 at 11:36 +0300, Dan Carpenter wrote: > On Tue, Feb 10, 2015 at 12:58:35PM -0500, Benjamin Romer wrote: > > From: Erik Arfvidson > > > > This patch changes serverdown variable to int instead of bool > > > > Why? It looks like bool is more appropriate? Hi Dan, We had receive

Re: [PATCH 01/30] staging: unisys: serverdown variable change bool to int virthba

2015-02-11 Thread Dan Carpenter
On Tue, Feb 10, 2015 at 12:58:35PM -0500, Benjamin Romer wrote: > From: Erik Arfvidson > > This patch changes serverdown variable to int instead of bool > Why? It looks like bool is more appropriate? regards, dan carpenter ___ devel mailing list de

[PATCH 01/30] staging: unisys: serverdown variable change bool to int virthba

2015-02-10 Thread Benjamin Romer
From: Erik Arfvidson This patch changes serverdown variable to int instead of bool Signed-off-by: Erik Arfvidson Signed-off-by: Benjamin Romer --- drivers/staging/unisys/virthba/virthba.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/unisys/virthb