From: David Woodhouse <dwmw2@infradead.org>
To: Eric <ebrower@usa.net>
Cc: linux-mtd@lists.infradead.org
Subject: Re: [PATCH] duplicate assignment in map_ram.c
Date: Tue, 07 Aug 2001 11:08:48 +0100 [thread overview]
Message-ID: <4224.997178928@redhat.com> (raw)
In-Reply-To: <20010802205155.1538.qmail@nwcst337.netaddress.usa.net>
ebrower@usa.net said:
> There's a duplicate assignment to mtd->erasesize in <mtd>/drivers/mtd/
> chips/map_ram.c which is removed with the following patch.
Applied, along with the following:
mtd->erasesize = PAGE_SIZE;
+ while(mtd->size & (mtd->erasesize - 1))
+ mtd->erasesize >>= 1;
Thanks.
--
dwmw2
prev parent reply other threads:[~2001-08-07 10:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-02 20:51 [PATCH] duplicate assignment in map_ram.c Eric
2001-08-07 10:08 ` David Woodhouse [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4224.997178928@redhat.com \
--to=dwmw2@infradead.org \
--cc=ebrower@usa.net \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.