bnx2x: remove cast around the kmalloc in bnx2x_prev_mark_path
authorDevendra Naga <develkernel412222@gmail.com>
Sun, 29 Jul 2012 03:19:23 +0000 (03:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Jul 2012 06:18:30 +0000 (23:18 -0700)
commitea4b3857861fe147137517da200d04cbbc91ad49
treedc679271b65f8f768a0a609d330c7692c1651dff
parent61648d91fc278fd1d500da8061d17e6920cd3500
bnx2x: remove cast around the kmalloc in bnx2x_prev_mark_path

casting the void pointer is redundant (Documentation/CodingStyle)

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Acked-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c