Provide a needed argument to AT_MAKE_TAGID.
This commit is contained in:
parent
4b62274965
commit
da6297fcf9
@ -1497,7 +1497,7 @@ isp_handle_platform_atio(struct ispsoftc *isp, at_entry_t *aep)
|
||||
* Construct a tag 'id' based upon tag value (which may be 0..255)
|
||||
* and the handle (which we have to preserve).
|
||||
*/
|
||||
AT_MAKE_TAGID(atiop->tag_id, aep);
|
||||
AT_MAKE_TAGID(atiop->tag_id, 0, aep);
|
||||
if (aep->at_flags & AT_TQAE) {
|
||||
atiop->tag_action = aep->at_tag_type;
|
||||
atiop->ccb_h.status |= CAM_TAG_ACTION_VALID;
|
||||
|
Loading…
x
Reference in New Issue
Block a user