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>
Loading
Please sign in to comment