All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4F4CF8D3.2090007@gmx.de>

diff --git a/a/1.txt b/N1/1.txt
index 6b5c090..e6ee597 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -42,7 +42,7 @@ Florian Tobias Schandinat
 > -	fbi->reg_base = ioremap_nocache(res->start, resource_size(res));
 > +	fbi->reg_base = devm_ioremap_nocache(&pdev->dev, res->start,
 > +					     resource_size(res));
->  	if (fbi->reg_base = NULL) {
+>  	if (fbi->reg_base == NULL) {
 >  		ret = -ENOMEM;
 >  		goto failed_free_info;
 > @@ -739,8 +741,8 @@ static int __devinit pxa168fb_probe(struct platform_device *pdev)
diff --git a/a/content_digest b/N1/content_digest
index e0eef28..cd6c1ed 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -52,7 +52,7 @@
  "> -\tfbi->reg_base = ioremap_nocache(res->start, resource_size(res));\n"
  "> +\tfbi->reg_base = devm_ioremap_nocache(&pdev->dev, res->start,\n"
  "> +\t\t\t\t\t     resource_size(res));\n"
- ">  \tif (fbi->reg_base = NULL) {\n"
+ ">  \tif (fbi->reg_base == NULL) {\n"
  ">  \t\tret = -ENOMEM;\n"
  ">  \t\tgoto failed_free_info;\n"
  "> @@ -739,8 +741,8 @@ static int __devinit pxa168fb_probe(struct platform_device *pdev)\n"
@@ -99,4 +99,4 @@
  "> \n"
  >
 
-3e5dc49310c3c1537a3b188af576c1d27cf31fdae9ace7081a796437f8d81015
+178df02ccc3f92e865ffc0b400cbb62ac7c713404c4f0c2940656acc2773ef33

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.