Re: [PATCH] infiniband: hw/cxgb3/iwch_provider.c: fix uninitialized variable issue

2013-02-04 Thread Steve Wise
Acked-by: Steve Wise -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] infiniband: hw/cxgb3/iwch_provider.c: fix uninitialized variable issue

2013-02-04 Thread Cong Ding
The variable npages might be used uninitialized in line 594. Signed-off-by: Cong Ding --- drivers/infiniband/hw/cxgb3/iwch_provider.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/cxgb3/iwch_provider.c b/drivers/infiniband/hw/cxgb3/iwch_provider.c