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:
9bd0591
)
Staging: hv: Fix null pointer error after vmbus loading
author
Haiyang Zhang
<haiyangz@microsoft.com>
Fri, 23 Oct 2009 18:14:24 +0000
(18:14 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 30 Oct 2009 21:47:43 +0000
(14:47 -0700)
Fix null pointer error after vmbus loading. Remove code that checks for
dev_name, the affected structure is kzalloc-ed prior to this routine, so
it is always null at this stage.
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found