Staging: hv: Get rid of an unnecessary check in blkvsc_probe()
commita2b9d24eafd4785e5a07924cdb5a37867bda4620
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 22 Apr 2011 21:55:21 +0000 (22 14:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 25 Apr 2011 23:22:56 +0000 (25 16:22 -0700)
tree3831e0a9e34f939e3da1560bf226ee7e833001d2
parente01c33b886e7bcf44c8861853fb475efd248053c
Staging: hv: Get rid of an unnecessary check in blkvsc_probe()

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>
drivers/staging/hv/blkvsc_drv.c