From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932447AbcCHIJu (ORCPT ); Tue, 8 Mar 2016 03:09:50 -0500 Received: from mail.bmw-carit.de ([62.245.222.98]:59313 "EHLO mail.bmw-carit.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932152AbcCHIJn (ORCPT ); Tue, 8 Mar 2016 03:09:43 -0500 X-CTCH-RefID: str=0001.0A0B0205.56DE88C3.006C,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 Subject: Re: [PATCH] drm/gma500: Make mdfld_dsi_connector_dpms() return a value To: Ingo Molnar , Patrik Jakobsson References: <1455807531-8855-1-git-send-email-daniel.wagner@bmw-carit.de> <20160305124238.GA30531@gmail.com> <20160305135413.GA21155@gmail.com> CC: linux-kernel , dri-devel , Linus Torvalds From: Daniel Wagner Message-ID: <56DE88C1.1010108@bmw-carit.de> Date: Tue, 8 Mar 2016 09:09:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160305135413.GA21155@gmail.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/05/2016 02:54 PM, Ingo Molnar wrote: > > * Ingo Molnar wrote: > >> as we have this in Makefile: >> >> # enforce correct pointer usage >> KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types) > > Sorry, never mind - this is a recent commit that is not upstream. > > So there's no upstream build regression. Sorry about that. I got it wrong and didn't sent the kbuild change via the proper tree. Still learning.