patch-2.4.21 linux-2.4.21/drivers/scsi/53c7xx.c

Next file: linux-2.4.21/drivers/scsi/ChangeLog.ips
Previous file: linux-2.4.21/drivers/scsi/3w-xxxx.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/scsi/53c7xx.c linux-2.4.21/drivers/scsi/53c7xx.c
@@ -1466,9 +1466,9 @@
     patch_abs_32 (hostdata->script, 0, test_src, 
 	virt_to_bus(&hostdata->test_source));
     patch_abs_32 (hostdata->script, 0, saved_dsa,
-	virt_to_bus(&hostdata->saved2_dsa));
+	virt_to_bus((void *)&hostdata->saved2_dsa));
     patch_abs_32 (hostdata->script, 0, emulfly,
-	virt_to_bus(&hostdata->emulated_intfly));
+	virt_to_bus((void *)&hostdata->emulated_intfly));
 
     patch_abs_rwri_data (hostdata->script, 0, dsa_check_reselect, 
 	(unsigned char)(Ent_dsa_code_check_reselect - Ent_dsa_zero));

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)