All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <21370.1326683320@neuling.org>

diff --git a/a/1.txt b/N1/1.txt
index 2d6afc9..beabf5d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,7 +11,8 @@ In message <4F138CBB.1080901@freescale.com> you wrote:
 > >>> ---
 > >>> Timur: you do compile test your patches, right? :-P
 > >>
-> >> I have a script that tests each commit in a set to make sure it compiles> ,
+> >> I have a script that tests each commit in a set to make sure it compiles=
+> ,
 > >> so that git-bisect isn't broken.
 > >
 > > May I suggest you actually run the script next time :-P
@@ -31,19 +32,21 @@ drivers/video/fsl-diu-fb.c:583: note: expected 'struct fb_info *' but argument i
 > > index acf292b..3006b2b 100644
 > > --- a/drivers/video/fsl-diu-fb.c
 > > +++ b/drivers/video/fsl-diu-fb.c
-> > @@ -1432,7 +1432,7 @@ static int fsl_diu_suspend(struct platform_device *> ofdev, pm_message_t state)
+> > @@ -1432,7 +1432,7 @@ static int fsl_diu_suspend(struct platform_device *=
+> ofdev, pm_message_t state)
 > >   	struct fsl_diu_data *data;
 > >
-> >   	data = dev_get_drvdata(&ofdev->dev);
+> >   	data =3D dev_get_drvdata(&ofdev->dev);
 > > -	disable_lcdc(data->fsl_diu_info[0]);
 > > +	disable_lcdc(&(data->fsl_diu_info[0]));
 > >
 > >   	return 0;
 > >   }
-> > @@ -1442,7 +1442,7 @@ static int fsl_diu_resume(struct platform_device *o> fdev)
+> > @@ -1442,7 +1442,7 @@ static int fsl_diu_resume(struct platform_device *o=
+> fdev)
 > >   	struct fsl_diu_data *data;
 > >
-> >   	data = dev_get_drvdata(&ofdev->dev);
+> >   	data =3D dev_get_drvdata(&ofdev->dev);
 > > -	enable_lcdc(data->fsl_diu_info[0]);
 > > +	enable_lcdc(&(data->fsl_diu_info[0]));
 > 
diff --git a/a/content_digest b/N1/content_digest
index 8a9fbf7..09982b0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,7 +4,7 @@
  "ref\04F138CBB.1080901@freescale.com\0"
  "From\0Michael Neuling <mikey@neuling.org>\0"
  "Subject\0Re: [PATCH] drivers/video: compile fixes for fsl-diu-fb.c\0"
- "Date\0Mon, 16 Jan 2012 03:08:40 +0000\0"
+ "Date\0Mon, 16 Jan 2012 14:08:40 +1100\0"
  "To\0Tabi Timur-B04825 <B04825@freescale.com>\0"
  "Cc\0linuxppc-dev@ozlabs.org <linuxppc-dev@ozlabs.org>"
   linux-fbdev@vger.kernel.org <linux-fbdev@vger.kernel.org>
@@ -24,7 +24,8 @@
  "> >>> ---\n"
  "> >>> Timur: you do compile test your patches, right? :-P\n"
  "> >>\n"
- "> >> I have a script that tests each commit in a set to make sure it compiles> ,\n"
+ "> >> I have a script that tests each commit in a set to make sure it compiles=\n"
+ "> ,\n"
  "> >> so that git-bisect isn't broken.\n"
  "> >\n"
  "> > May I suggest you actually run the script next time :-P\n"
@@ -44,19 +45,21 @@
  "> > index acf292b..3006b2b 100644\n"
  "> > --- a/drivers/video/fsl-diu-fb.c\n"
  "> > +++ b/drivers/video/fsl-diu-fb.c\n"
- "> > @@ -1432,7 +1432,7 @@ static int fsl_diu_suspend(struct platform_device *> ofdev, pm_message_t state)\n"
+ "> > @@ -1432,7 +1432,7 @@ static int fsl_diu_suspend(struct platform_device *=\n"
+ "> ofdev, pm_message_t state)\n"
  "> >   \tstruct fsl_diu_data *data;\n"
  "> >\n"
- "> >   \tdata = dev_get_drvdata(&ofdev->dev);\n"
+ "> >   \tdata =3D dev_get_drvdata(&ofdev->dev);\n"
  "> > -\tdisable_lcdc(data->fsl_diu_info[0]);\n"
  "> > +\tdisable_lcdc(&(data->fsl_diu_info[0]));\n"
  "> >\n"
  "> >   \treturn 0;\n"
  "> >   }\n"
- "> > @@ -1442,7 +1442,7 @@ static int fsl_diu_resume(struct platform_device *o> fdev)\n"
+ "> > @@ -1442,7 +1442,7 @@ static int fsl_diu_resume(struct platform_device *o=\n"
+ "> fdev)\n"
  "> >   \tstruct fsl_diu_data *data;\n"
  "> >\n"
- "> >   \tdata = dev_get_drvdata(&ofdev->dev);\n"
+ "> >   \tdata =3D dev_get_drvdata(&ofdev->dev);\n"
  "> > -\tenable_lcdc(data->fsl_diu_info[0]);\n"
  "> > +\tenable_lcdc(&(data->fsl_diu_info[0]));\n"
  "> \n"
@@ -106,4 +109,4 @@
  " \treturn 0;\n"
   }
 
-b28dc3bcb23bd8347453b3c1ef07ad310f9eb6d33bba7db1609f06233246b0d7
+9f62bb9f37ad9f5004c3f4ae252933f758bcc2b56ac11f2f2d27fd57c1a4a5bb

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.