From: HoJin <jhfami@yahoo.co.kr>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [Patch] Obvious miss-typed in cfi_flash.c
Date: Fri, 17 Sep 2004 17:55:03 +0900 [thread overview]
Message-ID: <414AA667.2080600@yahoo.co.kr> (raw)
Hi,
During the test for 64bit port-width flash, I found a litte
miss-typing. It works well after a little fix.
Regards
Hojin
===================================================================
RCS file: /cvsroot/u-boot/u-boot/drivers/cfi_flash.c,v
retrieving revision 1.10
diff -u -b -B -w -p -r1.10 cfi_flash.c
--- drivers/cfi_flash.c 12 Jul 2004 22:34:52 -0000 1.10
+++ drivers/cfi_flash.c 17 Sep 2004 08:44:03 -0000
@@ -1099,7 +1099,7 @@ static int flash_write_cfiword (flash_in
flag = ((cptr.lp[0] & cword.l) == cword.l);
break;
case FLASH_CFI_64BIT:
- flag = ((cptr.lp[0] & cword.ll) == cword.ll);
+ flag = ((cptr.llp[0] & cword.ll) == cword.ll);
break;
default:
return 2;
next reply other threads:[~2004-09-17 8:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-17 8:55 HoJin [this message]
2004-10-10 23:12 ` [U-Boot-Users] [Patch] Obvious miss-typed in cfi_flash.c Wolfgang Denk
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=414AA667.2080600@yahoo.co.kr \
--to=jhfami@yahoo.co.kr \
--cc=u-boot@lists.denx.de \
/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.