[SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()
authorJames Bottomley <James.Bottomley@suse.de>
Tue, 3 Nov 2009 18:33:07 +0000 (12:33 -0600)
committerJames Bottomley <James.Bottomley@suse.de>
Mon, 18 Jan 2010 16:48:05 +0000 (10:48 -0600)
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>

No differences found