From: James Bottomley Date: Tue, 3 Nov 2009 18:33:07 +0000 (-0600) Subject: [SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page() X-Git-Tag: v2.6.34-rc1~284^2~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3deec090558d5cb5ffdc574e5560f3ed9723394;p=pandora-kernel.git [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 --- Reading git-diff-tree failed