diff options
Diffstat (limited to 'drivers/net/ucc_geth.c')
-rw-r--r-- | drivers/net/ucc_geth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c index 60be1e775380..1a16ab20b39e 100644 --- a/drivers/net/ucc_geth.c +++ b/drivers/net/ucc_geth.c | |||
@@ -2958,8 +2958,8 @@ static int ucc_geth_startup(struct ucc_geth_private *ugeth) | |||
2958 | /* Size varies with number of Rx queues */ | 2958 | /* Size varies with number of Rx queues */ |
2959 | ugeth->rx_irq_coalescing_tbl_offset = | 2959 | ugeth->rx_irq_coalescing_tbl_offset = |
2960 | qe_muram_alloc(ug_info->numQueuesRx * | 2960 | qe_muram_alloc(ug_info->numQueuesRx * |
2961 | sizeof(struct ucc_geth_rx_interrupt_coalescing_entry), | 2961 | sizeof(struct ucc_geth_rx_interrupt_coalescing_entry) |
2962 | UCC_GETH_RX_INTERRUPT_COALESCING_ALIGNMENT); | 2962 | + 4, UCC_GETH_RX_INTERRUPT_COALESCING_ALIGNMENT); |
2963 | if (IS_MURAM_ERR(ugeth->rx_irq_coalescing_tbl_offset)) { | 2963 | if (IS_MURAM_ERR(ugeth->rx_irq_coalescing_tbl_offset)) { |
2964 | ugeth_err | 2964 | ugeth_err |
2965 | ("%s: Can not allocate DPRAM memory for" | 2965 | ("%s: Can not allocate DPRAM memory for" |