scsi: qla4xxx: Remove unused 'count' variable
[linux-2.6-microblaze.git] / drivers / scsi / qla4xxx / ql4_isr.c
index 6f0e77d..cf52258 100644 (file)
@@ -472,14 +472,12 @@ static void qla4xxx_mbox_status_entry(struct scsi_qla_host *ha,
  **/
 void qla4xxx_process_response_queue(struct scsi_qla_host *ha)
 {
-       uint32_t count = 0;
        struct srb *srb = NULL;
        struct status_entry *sts_entry;
 
        /* Process all responses from response queue */
        while ((ha->response_ptr->signature != RESPONSE_PROCESSED)) {
                sts_entry = (struct status_entry *) ha->response_ptr;
-               count++;
 
                /* Advance pointers for next entry */
                if (ha->response_out == (RESPONSE_QUEUE_DEPTH - 1)) {