Re: [PATCH 1/3] net: sxgbe: Added condition for non fix_burst mode

2014-05-11 Thread David Miller
From: Byungho An bh74...@samsung.com Date: Fri, 09 May 2014 11:03:45 +0900 - reg_val |= (pbl SXGBE_DMA_TXPBL_LSHIFT); + reg_val |= pbl SXGBE_DMA_TXPBL_LSHIFT; This has nothing to do with the change you are making. -- To unsubscribe from this list: send the line

[PATCH 1/3] net: sxgbe: Added condition for non fix_burst mode

2014-05-08 Thread Byungho An
This patch adds the condition for non fixed burst mode and seperates into two conditions for pbl value. Signed-off-by: Byungho An bh74...@samsung.com --- drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c | 32 --- drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h |2 +-