commit | 79890d3f3cde559e0fc5a50cf77176dfcf64b6c9 | [log] [tgz] |
---|---|---|
author | Arthur Kiyanovski <akiyano@amazon.com> | Tue Jul 21 16:38:06 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 21 15:59:04 2020 -0700 |
tree | 6cdec55aa1025c5b4aedb709c2c2ac5b763d79b7 | |
parent | 866032ab4d16cffa3ad1a6a3fb89d374656161db [diff] |
net: ena: cosmetic: satisfy gcc warning gcc 4.8 reports a warning when initializing with = {0}. Dropping the "0" from the braces fixes the issue. This fix is not ANSI compatible but is allowed by gcc. Signed-off-by: Sameeh Jubran <sameehj@amazon.com> Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>