git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534ef05
)
[SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()
author
James Bottomley
<James.Bottomley@suse.de>
Tue, 3 Nov 2009 18:33:07 +0000
(12:33 -0600)
committer
James 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