Re: [PATCH v2] IB/cxgb3: remove cxio_dbg.c

From: Jason Gunthorpe
Date: Wed Feb 14 2018 - 18:52:51 EST


On Tue, Feb 06, 2018 at 08:37:31PM +0000, Corentin Labbe wrote:
> cxio_dbg.c is uncompiled since commit 2b540355cd2f ("RDMA/cxgb3: cleanups")
> 10 years after, we could remove it.
>
> Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>
> Acked-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx>
>
> Changes since v1:
> - Remove also all DEBUG code as suggested by Joe Perches
>
> drivers/infiniband/hw/cxgb3/Kconfig | 9 --
> drivers/infiniband/hw/cxgb3/Makefile | 2 -
> drivers/infiniband/hw/cxgb3/cxio_dbg.c | 206 ---------------------------------
> drivers/infiniband/hw/cxgb3/cxio_hal.h | 9 --
> drivers/infiniband/hw/cxgb3/iwch_cq.c | 6 -
> 5 files changed, 232 deletions(-)
> delete mode 100644 drivers/infiniband/hw/cxgb3/cxio_dbg.c

Applied to -next, thanks

Jason