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

diff --git a/a/1.txt b/N1/1.txt
index 9e90f7c..96f07ed 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -51,7 +51,7 @@ Still waiting for an answer...
 > >  	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,
@@ -61,7 +61,7 @@ Still waiting for an answer...
 > > +	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 96de956..a2c9f34 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\020150321091514.GA22926@sci.fi\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\0Fri, 27 Mar 2015 08:37:04 +0000\0"
+ "Date\0Fri, 27 Mar 2015 10:37:04 +0200\0"
  "To\0Luis R. Rodriguez <mcgrof@do-not-panic.com>"
   luto@amacapital.net
   mingo@redhat.com
@@ -81,7 +81,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"
@@ -91,7 +91,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"
@@ -130,4 +130,4 @@
  "syrjala@sci.fi\n"
  http://www.sci.fi/~syrjala/
 
-2c02e701086804761f61634aa2dd66d682f90df6a26054886065df563e627d26
+c1643a2f4b3f01cd6b4ea9aa60e3c4258bc828376ea39044bf81c4eadbfa4416

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.