On Sat, Jul 15, 2006 at 02:57:47AM +0200, Daniel Mack wrote:
> Date: Sat, 15 Jul 2006 02:57:47 +0200
> From: Daniel Mack <daniel@yoobay.net>
> To: Ralf Baechle <ralf@linux-mips.org>
> Cc: linux-mips@linux-mips.org
> Subject: Re: [PATCH] fix irq_chip struct for Pb1200/Db1200 platform
> Content-Type: text/plain; charset=us-ascii
>
> On Fri, Jul 14, 2006 at 05:11:28PM +0100, Ralf Baechle wrote:
> > > the following patch makes external interrupt sources work again
> > > on AMD's Au1200 development boards. The unnamed initialization
> > > of 'external_irq_type' lead to a defective function mapping.
> > >
> > > I resent it because of the missing Signed-off-by: line, sorry.
> >
> > Good - but this patch is still corrupted so doesn't apply, can you
> > resend with a non-broken mailer?
>
> It hasn't been line-wrapped or corrupted by my mailer, as one can
> see in the mailing list's web archive.
Same corrupt stuff:
$ wget http://caiaq.org/linux-mips/patches/irq_chip_pb1200.patch
--05:36:02-- http://caiaq.org/linux-mips/patches/irq_chip_pb1200.patch
=> `irq_chip_pb1200.patch'
Resolving caiaq.org... 212.112.241.133
Connecting to caiaq.org|212.112.241.133|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,057 (1.0K) [text/plain]
100%[====================================>] 1,057 --.--K/s
05:36:02 (77.54 MB/s) - `irq_chip_pb1200.patch' saved [1057/1057]
$ patch -p1 < irq_chip_pb1200.patch
patching file arch/mips/au1000/pb1200/irqmap.c
patch: **** malformed patch at line 15: static struct irq_chip
external_irq_type =
$
Ralf
|