All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150321091514.GA22926@sci.fi>

diff --git a/a/1.txt b/N1/1.txt
index 0141a91..666ab45 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -47,7 +47,7 @@ MTRRs need power of two size, so how is this supposed to work?
 >  	info->fix.mmio_start = raddr;
 > -	par->ati_regbase = ioremap(info->fix.mmio_start, 0x1000);
 > +	par->ati_regbase = ioremap_nocache(info->fix.mmio_start, 0x1000);
->  	if (par->ati_regbase = NULL)
+>  	if (par->ati_regbase == NULL)
 >  		return -ENOMEM;
 >  
 > @@ -3491,6 +3476,8 @@ static int atyfb_setup_generic(struct pci_dev *pdev, struct fb_info *info,
@@ -57,7 +57,7 @@ MTRRs need power of two size, so how is this supposed to work?
 > +	aty_fudge_framebuffer_len(info);
 > +
 >  	info->screen_base = ioremap(info->fix.smem_start, info->fix.smem_len);
->  	if (info->screen_base = NULL) {
+>  	if (info->screen_base == NULL) {
 >  		ret = -ENOMEM;
 > @@ -3563,6 +3550,7 @@ static int atyfb_pci_probe(struct pci_dev *pdev,
 >  		return -ENOMEM;
diff --git a/a/content_digest b/N1/content_digest
index d07bc40..f134f00 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01426893517-2511-10-git-send-email-mcgrof@do-not-panic.com\0"
  "From\0Ville Syrj\303\244l\303\244 <syrjala@sci.fi>\0"
  "Subject\0Re: [PATCH v1 09/47] vidoe: fbdev: atyfb: remove and fix MTRR MMIO \"hole\" work around\0"
- "Date\0Sat, 21 Mar 2015 09:15:14 +0000\0"
+ "Date\0Sat, 21 Mar 2015 11:15:14 +0200\0"
  "To\0Luis R. Rodriguez <mcgrof@do-not-panic.com>\0"
  "Cc\0luto@amacapital.net"
   mingo@redhat.com
@@ -76,7 +76,7 @@
  ">  \tinfo->fix.mmio_start = raddr;\n"
  "> -\tpar->ati_regbase = ioremap(info->fix.mmio_start, 0x1000);\n"
  "> +\tpar->ati_regbase = ioremap_nocache(info->fix.mmio_start, 0x1000);\n"
- ">  \tif (par->ati_regbase = NULL)\n"
+ ">  \tif (par->ati_regbase == NULL)\n"
  ">  \t\treturn -ENOMEM;\n"
  ">  \n"
  "> @@ -3491,6 +3476,8 @@ static int atyfb_setup_generic(struct pci_dev *pdev, struct fb_info *info,\n"
@@ -86,7 +86,7 @@
  "> +\taty_fudge_framebuffer_len(info);\n"
  "> +\n"
  ">  \tinfo->screen_base = ioremap(info->fix.smem_start, info->fix.smem_len);\n"
- ">  \tif (info->screen_base = NULL) {\n"
+ ">  \tif (info->screen_base == NULL) {\n"
  ">  \t\tret = -ENOMEM;\n"
  "> @@ -3563,6 +3550,7 @@ static int atyfb_pci_probe(struct pci_dev *pdev,\n"
  ">  \t\treturn -ENOMEM;\n"
@@ -120,4 +120,4 @@
  "syrjala@sci.fi\n"
  http://www.sci.fi/~syrjala/
 
-dd44c127cf1af01231ccea0dbecad5911f6d25d312411362da24f74cb4ee3920
+60ef33cb46db53852a4e63861be1d322f19c82dc5de180a7dff1badd0b97c47c

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.