Re: [RESEND][PATCH] drivers: net: irda: bfin_sir: fix compile error

2012-08-08 Thread David Miller
From: Bob Liu Date: Tue, 7 Aug 2012 10:08:36 +0800 > From: Sonic Zhang > > Bit IREN is replaced by UMOD_IRDA and UMOD_MASK since blackfin 60x added, but > this driver didn't update which will cause bfin_sir build error: > > drivers/net/irda/bfin_sir.c:161:9: error: 'IREN' undeclared (first use

Re: [PATCH] drivers: net: irda: bfin_sir: fix compile error

2012-08-06 Thread Bob Liu
On Tue, Aug 7, 2012 at 4:48 AM, David Miller wrote: > > Networking patches not sent to netdev will not be properly queued up > and tracked, and therefore will not be applied. Sorry, i've resend one. -- Regards, --Bob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

[RESEND][PATCH] drivers: net: irda: bfin_sir: fix compile error

2012-08-06 Thread Bob Liu
From: Sonic Zhang Bit IREN is replaced by UMOD_IRDA and UMOD_MASK since blackfin 60x added, but this driver didn't update which will cause bfin_sir build error: drivers/net/irda/bfin_sir.c:161:9: error: 'IREN' undeclared (first use in this function) drivers/net/irda/bfin_sir.c:435:18: error: 'IR

Re: [PATCH] drivers: net: irda: bfin_sir: fix compile error

2012-08-06 Thread David Miller
Networking patches not sent to netdev will not be properly queued up and tracked, and therefore will not be applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/major

Re: [PATCH] drivers: net: irda: bfin_sir: fix compile error

2012-08-06 Thread Samuel Ortiz
Hi Bob, On Mon, 2012-08-06 at 17:29 +0800, Bob Liu wrote: > Hi Samuel, > > Would you please take a look at this patch? > Since without this patch, regression test for blackfin will fail: > http://kisskb.ellerman.id.au/kisskb/matrix/ > > Thank you! The patch looks fine to me: Acked-by: Samuel Ort

Re: [PATCH] drivers: net: irda: bfin_sir: fix compile error

2012-08-06 Thread Bob Liu
Hi Samuel, Would you please take a look at this patch? Since without this patch, regression test for blackfin will fail: http://kisskb.ellerman.id.au/kisskb/matrix/ Thank you! On Mon, Jul 30, 2012 at 2:44 PM, Bob Liu wrote: > From: Sonic Zhang > > Bit IREN is replaced by UMOD_IRDA and UMOD_MAS

[PATCH] drivers: net: irda: bfin_sir: fix compile error

2012-07-29 Thread Bob Liu
From: Sonic Zhang Bit IREN is replaced by UMOD_IRDA and UMOD_MASK since blackfin 60x added, but this driver didn't update which will cause bfin_sir build error: drivers/net/irda/bfin_sir.c:161:9: error: 'IREN' undeclared (first use in this function) drivers/net/irda/bfin_sir.c:435:18: error: 'IR