Re: [PATCH 2/2] drivers: infiniband: hw: cxgb4: fix cast warning

2012-12-21 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 2/2] drivers: infiniband: hw: cxgb4: fix cast warning

2012-12-21 Thread Stefan Hasko
Fixed compile warning cast to pointer from integer of different size Signed-off-by: Stefan Hasko --- drivers/infiniband/hw/cxgb4/device.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/cxgb4/device.c b/drivers/infiniband/hw/cxgb4/device.c index cb4e