mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 05:31:28 +00:00
qla2x00t-32gbit: Minimize diffs with the upstream code
See also upstream commit 62e9dd177732 ("scsi: qla2xxx: Change in PUREX to
handle FPIN ELS requests").
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9247 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -6379,7 +6379,8 @@ dealloc:
|
||||
rsp_els, rsp_els_dma);
|
||||
}
|
||||
|
||||
void qla24xx_free_purex_item(struct purex_item *item)
|
||||
void
|
||||
qla24xx_free_purex_item(struct purex_item *item)
|
||||
{
|
||||
if (item == &item->vha->default_item)
|
||||
memset(&item->vha->default_item, 0, sizeof(struct purex_item));
|
||||
|
||||
Reference in New Issue
Block a user