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:
e01c33b
)
Staging: hv: Get rid of an unnecessary check in blkvsc_probe()
author
K. Y. Srinivasan
<kys@microsoft.com>
Fri, 22 Apr 2011 21:55:21 +0000
(14:55 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 25 Apr 2011 23:22:56 +0000
(16:22 -0700)
It is never the case that the dev_add function pointer will not be set
(we set it in this code!). Get rid of this meaningless check.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found