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

Commit cad359c6 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] fix NCR53C9x.c compile warning



drivers/scsi/NCR53C9x.c: In function `esp_do_data':
drivers/scsi/NCR53C9x.c:1838: warning: unused variable `flags'

Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 47137419
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1824,7 +1824,10 @@ static int esp_do_data(struct NCR_ESP *esp, struct ESP_regs *eregs)
		/* loop */
		while (hmuch) {
			int j, fifo_stuck = 0, newphase;
			unsigned long flags, timeout;
			unsigned long timeout;
#if 0
			unsigned long flags;
#endif
#if 0
			if ( i % 10 )
				ESPDATA(("\r"));