From: andrzej.mialkowski@inetia.pl
To: andrzej.mialkowski@inetia.pl
Cc: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Subject: Re: [PATCH] parse_redboot_partitions not always works correctly
Date: Thu, 06 Nov 2003 22:21:11 +0100 [thread overview]
Message-ID: <1068153671.3faabb47862b2@imail.internetia.pl> (raw)
In-Reply-To: <1067268357.3f9d3905c3fc9@imail.internetia.pl>
Single char autocorrection of address calculation in legacy mode (not used in
regular cases).
- flash_base = buf[i].flash_base & (master->size - 1);
+ flash_base = buf[i].flash_base & ~(master->size - 1);
Andrzej
prev parent reply other threads:[~2003-11-06 21:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-27 15:25 [PATCH] parse_redboot_partitions not always works correctly andrzej.mialkowski
2003-11-06 21:21 ` andrzej.mialkowski [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=1068153671.3faabb47862b2@imail.internetia.pl \
--to=andrzej.mialkowski@inetia.pl \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox