All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2603252.pOSLifSPDx@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 2796e04..bd73dbc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1007,7 +1007,7 @@ Shouldn't you read two times 64 bytes per block, not four times ?
 > +		adv7511->current_edid_segment = block / 2;
 > +	}
 > +
-> +	if (block % 2 = 0)
+> +	if (block % 2 == 0)
 > +		memcpy(buf, adv7511->edid_buf, len);
 > +	else
 > +		memcpy(buf, adv7511->edid_buf + 128, len);
@@ -1133,8 +1133,8 @@ low */
 > +	 * there is a pending HPD interrupt and the cable is connected there was
 > +	 * at least on transition from disconnected to connected and the chip
 > +	 * has to be reinitialized. */
-> +	if (status = connector_status_connected && hpd &&
-> +		adv7511->dpms_mode = DRM_MODE_DPMS_ON) {
+> +	if (status == connector_status_connected && hpd &&
+> +		adv7511->dpms_mode == DRM_MODE_DPMS_ON) {
 > +		regcache_mark_dirty(adv7511->regmap);
 > +		adv7511_encoder_dpms(encoder, adv7511->dpms_mode);
 > +		adv7511_get_modes(encoder, connector);
@@ -1376,7 +1376,7 @@ adv7511_link_config *config)
 > +	config->input_color_depth = val;
 > +
 > +	config->gpio_pd = of_get_gpio(np, 0);
-> +	if (config->gpio_pd = -EPROBE_DEFER)
+> +	if (config->gpio_pd == -EPROBE_DEFER)
 > +		return -EPROBE_DEFER;
 > +
 > +	return 0;
diff --git a/a/content_digest b/N1/content_digest
index b7ac596..ec9c317 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\05224AA17.6060806@metafoo.de\0"
  "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
  "Subject\0Re: [RFC 01/10] drm: ADV7511 i2c HDMI encoder driver\0"
- "Date\0Tue, 03 Sep 2013 16:13:38 +0000\0"
+ "Date\0Tue, 03 Sep 2013 18:13:38 +0200\0"
  "To\0Lars-Peter Clausen <lars@metafoo.de>\0"
  "Cc\0Ulrich Hecht <ulrich.hecht@gmail.com>"
   linux-sh@vger.kernel.org
@@ -1022,7 +1022,7 @@
  "> +\t\tadv7511->current_edid_segment = block / 2;\n"
  "> +\t}\n"
  "> +\n"
- "> +\tif (block % 2 = 0)\n"
+ "> +\tif (block % 2 == 0)\n"
  "> +\t\tmemcpy(buf, adv7511->edid_buf, len);\n"
  "> +\telse\n"
  "> +\t\tmemcpy(buf, adv7511->edid_buf + 128, len);\n"
@@ -1148,8 +1148,8 @@
  "> +\t * there is a pending HPD interrupt and the cable is connected there was\n"
  "> +\t * at least on transition from disconnected to connected and the chip\n"
  "> +\t * has to be reinitialized. */\n"
- "> +\tif (status = connector_status_connected && hpd &&\n"
- "> +\t\tadv7511->dpms_mode = DRM_MODE_DPMS_ON) {\n"
+ "> +\tif (status == connector_status_connected && hpd &&\n"
+ "> +\t\tadv7511->dpms_mode == DRM_MODE_DPMS_ON) {\n"
  "> +\t\tregcache_mark_dirty(adv7511->regmap);\n"
  "> +\t\tadv7511_encoder_dpms(encoder, adv7511->dpms_mode);\n"
  "> +\t\tadv7511_get_modes(encoder, connector);\n"
@@ -1391,7 +1391,7 @@
  "> +\tconfig->input_color_depth = val;\n"
  "> +\n"
  "> +\tconfig->gpio_pd = of_get_gpio(np, 0);\n"
- "> +\tif (config->gpio_pd = -EPROBE_DEFER)\n"
+ "> +\tif (config->gpio_pd == -EPROBE_DEFER)\n"
  "> +\t\treturn -EPROBE_DEFER;\n"
  "> +\n"
  "> +\treturn 0;\n"
@@ -1576,4 +1576,4 @@
  "\n"
  Laurent Pinchart
 
-50a52aa14d665c9bdef717b6209208feff4f3ee33dcda7165412f978f628cc8d
+50ea543dd85d443c134119a659c9661b34f06cc89e6d1fa79598acf9660d8399

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.