Commit 0acdf68f authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

netxen: remove unnecessary [kv][mcz]alloc casts

parent c661c4a2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -278,8 +278,7 @@ int netxen_alloc_sw_resources(struct netxen_adapter *adapter)
			break;

		}
		rds_ring->rx_buf_arr = (struct netxen_rx_buffer *)
			vzalloc(RCV_BUFF_RINGSIZE(rds_ring));
		rds_ring->rx_buf_arr = vzalloc(RCV_BUFF_RINGSIZE(rds_ring));
		if (rds_ring->rx_buf_arr == NULL) {
			printk(KERN_ERR "%s: Failed to allocate "
				"rx buffer ring %d\n",