[PATCH 2/2] Remove now-defunct ts7250 nand driver

H Hartley Sweeten hartleys at visionengravers.com
Wed Jan 6 12:26:23 EST 2010


On Wednesday, January 06, 2010 6:32 AM, David Woodhouse wrote:
> On Tue, 2010-01-05 at 14:59 -0700, H Hartley Sweeten wrote:
>> The ts72xx platform has been updated to use the generic platform nand
>> driver (plat_nand.c).  This removes the now-defunct ts7250.c nand driver.
>> 
>> Signed-off-by: H Hartley Sweeten <hsweeten at visionengravers.com>
>> Cc: Matthieu Crapet <mcrapet at gmail.com>
>> Cc: David Woodhouse <dwmw2 at infradead.org>
>> Cc: Jesse Off <joff at embeddedARM.com>
>
>	Applying: mtd: Remove now-defunct ts7250 nand driver
>	error: patch failed: drivers/mtd/nand/ts7250.c:1
>	error: drivers/mtd/nand/ts7250.c: patch does not apply
>	Patch failed at 0001 mtd: Remove now-defunct ts7250 nand driver
>
> It looks like your patch has legacy garbage in it:
>
>> - *   Copyright (C) 2004 Marius Gr<F6>ger (mag at sysgo.de)
>
> It fails to apply because the ö (correctly represented as 0xc3 0xb6) has
> been converted into a single byte 0xf6 in some legacy character set.
>
> When applying patches, git-am does look at the Content-Type: header and
> convert legacy crap into UTF-8 for the changelog, but it leaves the
> patch itself alone.
>
> Care to join us in the 21st century?

Hello David,

Ok, that's really strange.  I just looked at the email I sent and that line
is:

- *   Copyright (C) 2004 Marius Gröger (mag at sysgo.de)

The character must have been converted as the message left my outbox.

Hmmmm.. What should my default character set be?  It looks like my mailer is
setup to use these (in this order):

us-ascii
iso-8859-1
utf-8 (locale)
utf-8

Sorry for the trouble.

Regards,
Hartley


More information about the linux-mtd mailing list