Re: [PATCH] atm:he - Do not initialise statics to 0.

2015-06-04 Thread David Miller
From: Shailendra Verma Date: Thu, 4 Jun 2015 20:11:00 +0530 > According to false is always '0' and > Static variables are initialised to 0 by GCC. > > Signed-off-by: Shailendra Verma Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] atm:he - Do not initialise statics to 0.

2015-05-25 Thread David Miller
From: Shailendra Verma Date: Tue, 26 May 2015 01:23:53 +0530 > Static variables are initialised to 0 by GCC. > Fixes the following checkpatch error: > ERROR: do not initialise statics to 0 or NULL > FILE: drivers/atm/he.c:120: > static bool sdh = 0; > > Signed-off-by: Shailendra Verma true is