linux_dsm_epyc7002/drivers/infiniband/hw/cxgb3
Julia Lawall 5107c2a3d1 RDMA/cxgb3: use WARN
Use WARN rather than printk followed by WARN_ON(1), for conciseness.

A simplified version of the semantic patch that makes this transformation
is as follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
expression list es;
@@

-printk(
+WARN(1,
  es);
-WARN_ON(1);
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
2012-11-26 11:08:16 -08:00
..
cxio_dbg.c
cxio_hal.c
cxio_hal.h
cxio_resource.c
cxio_resource.h
cxio_wr.h
iwch_cm.c RDMA/cxgb3: use WARN 2012-11-26 11:08:16 -08:00
iwch_cm.h
iwch_cq.c
iwch_ev.c RDMA/cxgb3: Serialize calls to CQ's comp_handler 2011-10-31 11:33:17 -07:00
iwch_mem.c
iwch_provider.c IB: Use central enum for speed instead of hard-coded values 2012-03-05 09:25:16 -08:00
iwch_provider.h RDMA/cxgb3: Serialize calls to CQ's comp_handler 2011-10-31 11:33:17 -07:00
iwch_qp.c RDMA/cxgb3: Don't pass irq flags to flush_qp() 2012-03-07 15:12:45 -08:00
iwch_user.h
iwch.c
iwch.h
Kconfig
Makefile chelsio: Move the Chelsio drivers 2011-08-10 19:54:52 -07:00
tcb.h