From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH 1/2] Re-work level setting on checks code Date: Sun, 08 Jul 2012 13:45:59 -0500 Message-ID: References: <1341753922-3342-1-git-send-email-david@gibson.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <1341753922-3342-1-git-send-email-david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: David Gibson Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org > Currently each of the semantic checks in checks.c has a "level" between > IGNORE and ERROR. This single level makes it awkward to implement the > semantics we want for toggling the checks on the command line. > > This patch reworks the code to instead have separate boolean flags for > warning and error. At present having both flags set will have the same > effect as having just the error flag set, but this can change in the > future. > > Signed-off-by: David Gibson Applied. Thanks, jdl