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

Commit 299f5e27 authored by Joe Carnuccio's avatar Joe Carnuccio Committed by Christoph Hellwig
Browse files

qla2xxx: ISP27xx add tests for incomplete template.

parent 4089b71c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
 * |                              |                    | 0xb13c-0xb140  |
 * |                              |                    | 0xb149		|
 * | MultiQ                       |       0xc00c       |		|
 * | Misc                         |       0xd212       | 0xd017-0xd019	|
 * | Misc                         |       0xd212       | 0xd017		|
 * |                              |                    | 0xd020		|
 * |                              |                    | 0xd030-0xd0ff	|
 * |                              |                    | 0xd101-0xd1fe	|
+9 −0
Original line number Diff line number Diff line
@@ -792,6 +792,15 @@ qla27xx_walk_template(struct scsi_qla_host *vha,
			break;
		ent = qla27xx_next_entry(ent);
	}

	if (count)
		ql_dbg(ql_dbg_misc, vha, 0xd018,
		    "%s: residual count (%lx)\n", __func__, count);

	if (ent->hdr.entry_type != ENTRY_TYPE_TMP_END)
		ql_dbg(ql_dbg_misc, vha, 0xd019,
		    "%s: missing end (%lx)\n", __func__, count);

	ql_dbg(ql_dbg_misc, vha, 0xd01b,
	    "%s: len=%lx\n", __func__, *len);
}