All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140808062449.GC14907@jack-ThinkPad-T520>

diff --git a/a/1.txt b/N1/1.txt
index 40b5482..cb7ea30 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -314,7 +314,7 @@ On Thu, Aug 07, 2014 at 02:34:39PM +0200, Tobias Klauser wrote:
 > > +	value |= pdata->dpwm_mode ? SKY81452_PWMMD : 0;
 > > +	value |= pdata->phase_shift ? 0 : SKY81452_PHASE;
 > > +
-> > +	if (pdata->boost_current_limit = 2300)
+> > +	if (pdata->boost_current_limit == 2300)
 > > +		value |= SKY81452_ILIM;
 > > +	else if (pdata->boost_current_limit != 2720)
 > > +		return -EINVAL;
@@ -395,7 +395,8 @@ On Thu, Aug 07, 2014 at 02:34:39PM +0200, Tobias Klauser wrote:
 > > +
 > > +static int sky81452_bl_remove(struct platform_device *pdev)
 > > +{
-> > +	const struct sky81452_bl_platform_data *pdata > > +			dev_get_platdata(&pdev->dev);
+> > +	const struct sky81452_bl_platform_data *pdata =
+> > +			dev_get_platdata(&pdev->dev);
 > > +	struct backlight_device *bd = platform_get_drvdata(pdev);
 > > +
 > > +	sysfs_remove_group(&bd->dev.kobj, &sky81452_bl_attr_group);
diff --git a/a/content_digest b/N1/content_digest
index fbf6bfc..117a2c6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020140807123439.GC29832@distanz.ch\0"
  "From\0Gyungoh Yoo <gyungoh@gmail.com>\0"
  "Subject\0Re: [PATCH] Adding a support for Skyworks SKY81452\0"
- "Date\0Fri, 08 Aug 2014 06:24:49 +0000\0"
+ "Date\0Fri, 8 Aug 2014 15:24:49 +0900\0"
  "To\0Tobias Klauser <tklauser@distanz.ch>\0"
  "Cc\0rdunlap@infradead.org"
   robh+dt@kernel.org
@@ -347,7 +347,7 @@
  "> > +\tvalue |= pdata->dpwm_mode ? SKY81452_PWMMD : 0;\n"
  "> > +\tvalue |= pdata->phase_shift ? 0 : SKY81452_PHASE;\n"
  "> > +\n"
- "> > +\tif (pdata->boost_current_limit = 2300)\n"
+ "> > +\tif (pdata->boost_current_limit == 2300)\n"
  "> > +\t\tvalue |= SKY81452_ILIM;\n"
  "> > +\telse if (pdata->boost_current_limit != 2720)\n"
  "> > +\t\treturn -EINVAL;\n"
@@ -428,7 +428,8 @@
  "> > +\n"
  "> > +static int sky81452_bl_remove(struct platform_device *pdev)\n"
  "> > +{\n"
- "> > +\tconst struct sky81452_bl_platform_data *pdata > > +\t\t\tdev_get_platdata(&pdev->dev);\n"
+ "> > +\tconst struct sky81452_bl_platform_data *pdata =\n"
+ "> > +\t\t\tdev_get_platdata(&pdev->dev);\n"
  "> > +\tstruct backlight_device *bd = platform_get_drvdata(pdev);\n"
  "> > +\n"
  "> > +\tsysfs_remove_group(&bd->dev.kobj, &sky81452_bl_attr_group);\n"
@@ -462,4 +463,4 @@
  "> > +MODULE_LICENSE(\"GPL\");\n"
  "> > +MODULE_VERSION(\"1.0\");"
 
-66ee2c6785003920012b7b7df7aea60a0e12d02cea4492cb6f34dec894d60694
+c633911c02d9cef609e1d906a2944d906648d71eda48796f65a60215c0ed6e9e

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.