From: Shailendra Verma Date: Thu, 4 Jun 2015 14:41:00 +0000 (+0530) Subject: atm:he - Do not initialise statics to 0. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ffaa31d7945f14edb04d7b2792a1dbd3a854a2bc;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git atm:he - Do not initialise statics to 0. According to false is always '0' and Static variables are initialised to 0 by GCC. Signed-off-by: Shailendra Verma Signed-off-by: David S. Miller --- diff --git a/drivers/atm/he.c b/drivers/atm/he.c index 0237271e80fc..a8da3a50e374 100644 --- a/drivers/atm/he.c +++ b/drivers/atm/he.c @@ -117,7 +117,7 @@ static short nvpibits = -1; static short nvcibits = -1; static short rx_skb_reserve = 16; static bool irq_coalesce = true; -static bool sdh = 0; +static bool sdh; /* Read from EEPROM = 0000 0011b */ static unsigned int readtab[] = {