Re: [PATCH] mips tx4927 missing brace fix

2006-11-29 Thread Atsushi Nemoto
On Wed, 29 Nov 2006 19:43:46 +, Ralf Baechle <[EMAIL PROTECTED]> wrote: > On Wed, Nov 29, 2006 at 08:30:35PM +0100, Mariusz Kozlowski wrote: > > > This patch adds missing brace at the end of > > toshiba_rbtx4927_irq_isa_init(). > > Thanks Mariusz! Applied, Oh, that was my fault. Thank

Re: [PATCH] mips tx4927 missing brace fix

2006-11-29 Thread Ralf Baechle
On Wed, Nov 29, 2006 at 08:30:35PM +0100, Mariusz Kozlowski wrote: > This patch adds missing brace at the end of > toshiba_rbtx4927_irq_isa_init(). Thanks Mariusz! Applied, Ralf - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

[PATCH] mips tx4927 missing brace fix

2006-11-29 Thread Mariusz Kozlowski
Hello, This patch adds missing brace at the end of toshiba_rbtx4927_irq_isa_init(). Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_irq.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19-rc6-mm2-a/arch/m