Re: [PATCH] mt76: change the retun type of mt76_dma_attach()

2019-02-11 Thread Felix Fietkau
On 2019-02-11 03:13, Ryder Lee wrote: > There is no need to retun 0 in mt76_dma_attach(), so switch it to void. > > Signed-off-by: Ryder Lee Applied, thanks. - Felix

Re: [PATCH] mt76: change the retun type of mt76_dma_attach()

2019-02-11 Thread Ryder Lee
On Mon, 2019-02-11 at 11:38 +0300, Sergei Shtylyov wrote: > Hello! > > On 11.02.2019 5:13, Ryder Lee wrote: > > > There is no need to retun 0 in mt76_dma_attach(), so switch it to void. >^ r missing :-) > > > > Signed-off-by: Ryder Lee > [...] > > MBR, Sergei > I

Re: [PATCH] mt76: change the retun type of mt76_dma_attach()

2019-02-11 Thread Sergei Shtylyov
Hello! On 11.02.2019 5:13, Ryder Lee wrote: There is no need to retun 0 in mt76_dma_attach(), so switch it to void. ^ r missing :-) Signed-off-by: Ryder Lee [...] MBR, Sergei

[PATCH] mt76: change the retun type of mt76_dma_attach()

2019-02-10 Thread Ryder Lee
There is no need to retun 0 in mt76_dma_attach(), so switch it to void. Signed-off-by: Ryder Lee --- drivers/net/wireless/mediatek/mt76/dma.c | 3 +-- drivers/net/wireless/mediatek/mt76/dma.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git