Rename the "Mac ESP" irq as "ESP" to be consistent with all the other Mac drivers and ESP drivers. Signed-off-by: Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx> --- Re-sending unchanged. Still needs the right ack. Index: linux-m68k/drivers/scsi/mac_esp.c =================================================================== --- linux-m68k.orig/drivers/scsi/mac_esp.c 2011-10-23 18:18:46.000000000 +1100 +++ linux-m68k/drivers/scsi/mac_esp.c 2011-10-23 18:19:30.000000000 +1100 @@ -565,8 +565,7 @@ static int __devinit esp_mac_probe(struc esp_chips[dev->id] = esp; mb(); if (esp_chips[!dev->id] == NULL) { - err = request_irq(host->irq, mac_scsi_esp_intr, 0, - "Mac ESP", NULL); + err = request_irq(host->irq, mac_scsi_esp_intr, 0, "ESP", NULL); if (err < 0) { esp_chips[dev->id] = NULL; goto fail_free_priv; -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html