Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/20/2006 10:31:29
Module Name:	src
Committed By:	mrg
Date:		Sat May 20 10:31:29 UTC 2006

Modified Files:
	src/sys/dev/pci: igsfb_pci.c

Log Message:
in code that looks like:
	igsfb_pci_is_console(pci_chipset_tag_t pc, pcitag_t tag)
	{
		return igsfb_pci_is_console && (tag == igsfb_pci_constag);
	}

delete "igsfb_pci_is_console &&" as the address of igsfb_pci_is_console
is always true.  thanks gcc4.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/pci/igsfb_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.