netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] cxgb4: fix build error
@ 2018-01-24  8:01 Rahul Lakkireddy
  2018-01-24  8:01 ` [PATCH net-next 1/2] cxgb4: enable ZLIB_DEFLATE when building cxgb4 Rahul Lakkireddy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rahul Lakkireddy @ 2018-01-24  8:01 UTC (permalink / raw)
  To: netdev; +Cc: davem, ganeshgr, nirranjan, indranil, Rahul Lakkireddy

Patch 1 fixes build error with compiling cudbg_zlib.c when
CONFIG_ZLIB_DEFLATE macro is not defined.

Patch 2 fixes following sparse warning:
"Using plain integer as NULL pointer"

Thanks,
Rahul

Rahul Lakkireddy (2):
  cxgb4: enable ZLIB_DEFLATE when building cxgb4
  cxgb4: properly initialize variables

 drivers/net/ethernet/chelsio/Kconfig             |  1 +
 drivers/net/ethernet/chelsio/cxgb4/Makefile      |  3 +--
 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c  |  3 ++-
 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.h  | 13 -------------
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg.c |  3 ++-
 5 files changed, 6 insertions(+), 17 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-24 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-24  8:01 [PATCH net-next 0/2] cxgb4: fix build error Rahul Lakkireddy
2018-01-24  8:01 ` [PATCH net-next 1/2] cxgb4: enable ZLIB_DEFLATE when building cxgb4 Rahul Lakkireddy
2018-01-24  8:01 ` [PATCH net-next 2/2] cxgb4: properly initialize variables Rahul Lakkireddy
2018-01-24 15:57 ` [PATCH net-next 0/2] cxgb4: fix build error David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).