All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100322121034.GI21571@bicker>

diff --git a/a/1.txt b/N1/1.txt
index 270ec61..e835648 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,6 +16,6 @@ index 75285d3..c91a7f7 100644
  	 */
 -	fbi->reg_base = ioremap_nocache(res->start, res->end - res->start);
 +	fbi->reg_base = ioremap_nocache(res->start, resource_size(res));
- 	if (fbi->reg_base = NULL) {
+ 	if (fbi->reg_base == NULL) {
  		ret = -ENOMEM;
  		goto failed;
diff --git a/a/content_digest b/N1/content_digest
index 3262376..c53698d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch] pxa168fb: use resource_size()\0"
- "Date\0Mon, 22 Mar 2010 12:10:35 +0000\0"
+ "Date\0Mon, 22 Mar 2010 15:10:35 +0300\0"
  "To\0Jun Nie <njun@marvell.com>\0"
  "Cc\0Eric Miao <eric.y.miao@gmail.com>"
   Lennert Buytenhek <buytenh@marvell.com>
@@ -28,8 +28,8 @@
  " \t */\n"
  "-\tfbi->reg_base = ioremap_nocache(res->start, res->end - res->start);\n"
  "+\tfbi->reg_base = ioremap_nocache(res->start, resource_size(res));\n"
- " \tif (fbi->reg_base = NULL) {\n"
+ " \tif (fbi->reg_base == NULL) {\n"
  " \t\tret = -ENOMEM;\n"
  " \t\tgoto failed;"
 
-051dec8c7e9530010d07bb3a216c5d33b3972bb3466ca2053bfa4f370cf65eaf
+f0466bb1ea63c6d93226c2534c41027b7f9c5d730c3921d9a5ec2ce9496e8550

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.