From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9CDF01007D4 for ; Sat, 3 Dec 2011 07:57:30 +1100 (EST) Message-ID: <1322859439.11728.12.camel@pasglop> Subject: Re: [PATCH 2/8] 44x/pci: Add a want_sdr flag into ppc4xx_pciex_hwops From: Benjamin Herrenschmidt To: Tony Breeds Date: Sat, 03 Dec 2011 07:57:19 +1100 In-Reply-To: <1322725164-4391-3-git-send-email-tony@bakeyournoodle.com> References: <1322725164-4391-1-git-send-email-tony@bakeyournoodle.com> <1322725164-4391-3-git-send-email-tony@bakeyournoodle.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: LinuxPPC-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2011-12-01 at 18:39 +1100, Tony Breeds wrote: > + if (ppc4xx_pciex_hwops->want_sdr == true) { if (ppc4xx_pciex_hwops->want_sdr) { Please ! This is a boolean after all :-) Cheers, Ben.