Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c808d3d8 authored by Finn Thain's avatar Finn Thain Committed by Geert Uytterhoeven
Browse files

mac_esp: rename irq



Rename the "Mac ESP" irq as "ESP" to be consistent with all the other Mac
drivers and ESP drivers.

Signed-off-by: default avatarFinn Thain <fthain@telegraphics.com.au>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 37be2c86
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -565,8 +565,7 @@ static int __devinit esp_mac_probe(struct platform_device *dev)
	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;