commit | e3deec090558d5cb5ffdc574e5560f3ed9723394 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@suse.de> | Tue Nov 03 12:33:07 2009 -0600 |
committer | James Bottomley <James.Bottomley@suse.de> | Mon Jan 18 10:48:05 2010 -0600 |
tree | c76a5e26a3e08598ada0a2de34adcdf714aa7168 | |
parent | 534ef056db8a8fb6b9d50188d88ed5d1fbc66673 [diff] |
[SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page() The best way to fix this is to eliminate the intenal kmalloc() and make the caller allocate the required amount of storage. Signed-off-by: James Bottomley <James.Bottomley@suse.de>