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> |
||
|---|---|---|
| .. | ||
| cxio_dbg.c | ||
| cxio_hal.c | ||
| cxio_hal.h | ||
| cxio_resource.c | ||
| cxio_resource.h | ||
| cxio_wr.h | ||
| iwch.c | ||
| iwch.h | ||
| iwch_cm.c | ||
| iwch_cm.h | ||
| iwch_cq.c | ||
| iwch_ev.c | ||
| iwch_mem.c | ||
| iwch_provider.c | ||
| iwch_provider.h | ||
| iwch_qp.c | ||
| iwch_user.h | ||
| Kconfig | ||
| Makefile | ||
| tcb.h | ||