All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] #1: test capitalizing PATCH
@ 2017-02-28 11:45 Dan Carpenter
  2017-02-28 16:31 ` Jani Nikula
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Carpenter @ 2017-02-28 11:45 UTC (permalink / raw)
  To: intel-gfx

The new version patchwork is filtering out my patches for some reason.
Test if it's because it now insists on a capital [PATCH] in the subject.

Patchwork should be more version control agnostic than that.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index d1670b8afbf5..9173548ba601 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -1637,10 +1637,8 @@ intel_dp_compute_config(struct intel_encoder *encoder,
 				       adjusted_mode);
 
 		if (INTEL_GEN(dev_priv) >= 9) {
-			int ret;
-			ret = skl_update_scaler_crtc(pipe_config);
-			if (ret)
-				return ret;
+			if (skl_update_scaler_crtc(pipe_config))
+				return false;
 		}
 
 		if (HAS_GMCH_DISPLAY(dev_priv))
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-01 10:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28 11:45 [PATCH] #1: test capitalizing PATCH Dan Carpenter
2017-02-28 16:31 ` Jani Nikula
2017-02-28 21:57   ` Dan Carpenter
2017-02-28 23:38   ` Hans de Goede
2017-03-01  9:57     ` Jani Nikula
2017-03-01 10:14       ` Hans de Goede

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.