[parisc-linux-cvs] linux deller

Helge Deller parisc-linux@lists.parisc-linux.org
Mon, 5 Nov 2001 12:11:42 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	deller	01/11/05 12:11:42

Modified files:
	drivers/parport: parport_gsc.c 

Log message:
pdc_add_valid now takes an "unsigned long" - no need to do type-casting:
-	if (boot_cpu_data.cpu_type > pcxt && !pdc_add_valid( (void *)(port+4)))
+	if (boot_cpu_data.cpu_type > pcxt && !pdc_add_valid(port+4))