Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] advansys: Remove 'last_reset' references

Serves no purpose whatsoever.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

authored by

Hannes Reinecke and committed by
James Bottomley
50d14a70 63d80c49

+4 -4
+4 -4
drivers/scsi/advansys.c
··· 2511 2511 struct asc_board *boardp = shost_priv(s); 2512 2512 2513 2513 printk("Scsi_Host at addr 0x%p, device %s\n", s, dev_name(boardp->dev)); 2514 - printk(" host_busy %u, host_no %d, last_reset %d,\n", 2515 - s->host_busy, s->host_no, (unsigned)s->last_reset); 2514 + printk(" host_busy %u, host_no %d,\n", 2515 + s->host_busy, s->host_no); 2516 2516 2517 2517 printk(" base 0x%lx, io_port 0x%lx, irq %d,\n", 2518 2518 (ulong)s->base, (ulong)s->io_port, boardp->irq); ··· 3345 3345 shost->host_no); 3346 3346 3347 3347 seq_printf(m, 3348 - " host_busy %u, last_reset %lu, max_id %u, max_lun %u, max_channel %u\n", 3349 - shost->host_busy, shost->last_reset, shost->max_id, 3348 + " host_busy %u, max_id %u, max_lun %u, max_channel %u\n", 3349 + shost->host_busy, shost->max_id, 3350 3350 shost->max_lun, shost->max_channel); 3351 3351 3352 3352 seq_printf(m,