Merge branch 'topic/st' into for-linus

This commit is contained in:
Vinod Koul 2016-07-16 20:10:34 +05:30
Родитель ff581417a9 0161df1325
Коммит b9fbc96d7c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@
#include "ste_dma40_ll.h"
u8 d40_width_to_bits(enum dma_slave_buswidth width)
static u8 d40_width_to_bits(enum dma_slave_buswidth width)
{
if (width == DMA_SLAVE_BUSWIDTH_1_BYTE)
return STEDMA40_ESIZE_8_BIT;