mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
[PATCH] drivers/s390 misc sparse annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
90cbad6591
commit
6aae873847
@ -1987,7 +1987,7 @@ zfcp_erp_adapter_strategy_open_qdio(struct zfcp_erp_action *erp_action)
|
|||||||
sbale = &(adapter->response_queue.buffer[i]->element[0]);
|
sbale = &(adapter->response_queue.buffer[i]->element[0]);
|
||||||
sbale->length = 0;
|
sbale->length = 0;
|
||||||
sbale->flags = SBAL_FLAGS_LAST_ENTRY;
|
sbale->flags = SBAL_FLAGS_LAST_ENTRY;
|
||||||
sbale->addr = 0;
|
sbale->addr = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
ZFCP_LOG_TRACE("calling do_QDIO on adapter %s (flags=0x%x, "
|
ZFCP_LOG_TRACE("calling do_QDIO on adapter %s (flags=0x%x, "
|
||||||
|
Loading…
Reference in New Issue
Block a user