commit | 24ae163ed33d2b8a70d2f0b1947b401d0a8e8719 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Tue Jun 22 13:42:02 2010 +0200 |
committer | James Bottomley <James.Bottomley@suse.de> | Tue Jul 27 12:03:53 2010 -0500 |
tree | 122060af30c9072a936e5fb86ebf5a617b522fe8 | |
parent | 97009a29e8c999def2d1e9ef253c226daf9541af [diff] |
[SCSI] mvsas: fix potential NULL dereference Stanse found that in mvs_abort_task, mvi_dev is dereferenced earlier than tested for being NULL. Move the assignment below the test. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: James Bottomley <James.Bottomley@suse.de>