OSDN Git Service

atm:he - Do not initialise statics to 0.
authorShailendra Verma <shailendra.capricorn@gmail.com>
Thu, 4 Jun 2015 14:41:00 +0000 (20:11 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2015 22:43:10 +0000 (15:43 -0700)
commitffaa31d7945f14edb04d7b2792a1dbd3a854a2bc
treef4874c3141e13ade2974dc5c5b06ba22d5da716f
parent94db13fe5ff144ea5afcfa3a3daf38a239090acf
atm:he - Do not initialise statics to 0.

According to <stdbool.h> false is always '0' and
Static variables are initialised to 0 by GCC.

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/he.c