commit | bf5e84f69618f416e89a5a53434a8c865e70252e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Sun Apr 19 19:07:47 2009 +0300 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Apr 27 11:05:31 2009 -0500 |
tree | 589931c8a79c55f395fa25af94cbfc42c524de79 | |
parent | 3b8b5c9b1f08660583e5dfe095c24170df62f1d2 [diff] |
[SCSI] libosd: fix potential ERR_PTR dereference in osd_initiator.c bio_map_kern() returns an ERR_PTR() not NULL. Found by smatch (http://repo.or.cz/w/smatch.git). Compile tested. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>