diff mbox

#2: test adding ---

Message ID 20170228114618.GD4366@mwanda (mailing list archive)
State New, archived
Headers show

Commit Message

Dan Carpenter Feb. 28, 2017, 11:46 a.m. UTC
The new version of patchwork is filtering out my patches which apply
fine with git am and have worked for everyone else's patchwork.  Perhaps
it's insisting on a --- break?

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

Comments

Chris Wilson Feb. 28, 2017, 12:10 p.m. UTC | #1
On Tue, Feb 28, 2017 at 02:46:18PM +0300, Dan Carpenter wrote:
> The new version of patchwork is filtering out my patches which apply
> fine with git am and have worked for everyone else's patchwork.  Perhaps
> it's insisting on a --- break?
> 
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
> ---

iirc, pw does insist on ---
-Chris
Dan Carpenter Feb. 28, 2017, 12:18 p.m. UTC | #2
On Tue, Feb 28, 2017 at 12:10:19PM +0000, Chris Wilson wrote:
> On Tue, Feb 28, 2017 at 02:46:18PM +0300, Dan Carpenter wrote:
> > The new version of patchwork is filtering out my patches which apply
> > fine with git am and have worked for everyone else's patchwork.  Perhaps
> > it's insisting on a --- break?
> > 
> > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
> > ---
> 
> iirc, pw does insist on ---

It doesn't for anyone else.  It shouldn't.  But that doesn't mean you're
wrong...

regards,
dan carpenter
diff mbox

Patch

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))