Re: [PATCH] nvidiafb: Fix nv10 device setup
From: James Simmons <hidden>
Date: 2006-11-12 22:18:58
On Fri, 10 Nov 2006, Jean Delvare wrote:
quoted hunk ↗ jump to hunk
This "&&" was obviously meant to be a "&". Signed-off-by: Jean Delvare <redacted> --- drivers/video/nvidia/nv_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)--- linux-2.6.19-rc5.orig/drivers/video/nvidia/nv_setup.c 2006-09-21 21:23:53.000000000 +0200 +++ linux-2.6.19-rc5/drivers/video/nvidia/nv_setup.c 2006-11-10 08:21:53.000000000 +0100@@ -262,7 +262,7 @@#endif dev = pci_find_slot(0, 1); - if ((par->Chipset && 0xffff) == 0x01a0) { + if ((par->Chipset & 0xffff) == 0x01a0) { int amt = 0; pci_read_config_dword(dev, 0x7c, &amt);
Acked-by: James Simmons <redacted> ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642