commit | e3f2a9cc84d35fac73c906de57ad3b3f5ff82008 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.de> | Sat Aug 18 15:20:38 2012 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Sep 14 17:59:28 2012 +0100 |
tree | 1815e0bc169e06a3f057aec22683940537811058 | |
parent | af23782beff27e720318fc44495287b9961a88e1 [diff] |
[SCSI] st: clean up dev cleanup in st_probe st_probe leaves a cdev pointer hanging around that is compared during the error path and freed later. There's no need for the pointer to hang around at all. So we free it immediately and simplify the error handling. Reviewed-by: Lee Duncan <lduncan@suse.com> Signed-off-by: Jeff Mahoney <jeffm@suse.com> Acked-by: Kai Mäkisara <kai.makisara@kolumbus.fi> Signed-off-by: James Bottomley <JBottomley@Parallels.com>