commit | 534ef056db8a8fb6b9d50188d88ed5d1fbc66673 | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Fri Jan 15 13:07:34 2010 +0100 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun Jan 17 12:48:12 2010 -0600 |
tree | 0c2c497e5781ef870eed9d09d39792895f43073b | |
parent | 51375ee8374dd7fa574e1a14ebac406c6d28543b [diff] |
[SCSI] aic79xx: check for non-NULL scb in ahd_handle_nonpkt_busfree When removing several devices aic79xx will occasionally Oops in ahd_handle_nonpkt_busfree during rescan. Looking at the code I found that we're indeed not checking if the scb in question is NULL. So check for it before accessing it. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <James.Bottomley@suse.de>