patch-2.3.42 linux/drivers/scsi/scsi_merge.c

Next file: linux/drivers/scsi/sd.c
Previous file: linux/drivers/scsi/esp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.41/linux/drivers/scsi/scsi_merge.c linux/drivers/scsi/scsi_merge.c
@@ -87,7 +87,7 @@
 	 * Dump the information that we have.  We know we have an
 	 * inconsistency.
 	 */
-	printk("nr_segments is %lx\n", req->nr_segments);
+	printk("nr_segments is %x\n", req->nr_segments);
 	printk("counted segments is %x\n", segments);
 	printk("Flags %d %d\n", use_clustering, dma_host);
 	for (bh = req->bh; bh->b_reqnext != NULL; bh = bh->b_reqnext) 

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