[PATCH 2/8] 44x/pci: Add a want_sdr flag into ppc4xx_pciex_hwops

Benjamin Herrenschmidt benh at kernel.crashing.org
Sat Dec 3 07:57:19 EST 2011


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.



More information about the Linuxppc-dev mailing list