From: Haiyang Zhang Date: Fri, 18 Feb 2011 23:05:52 +0000 (-0800) Subject: staging: hv: Remove unnecessary ASSERTs in netvsc_initialize() X-Git-Tag: v2.6.39-rc1~469^2~468 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fbb47859faa88e7fca458497d9688e928e587e1;p=pandora-kernel.git staging: hv: Remove unnecessary ASSERTs in netvsc_initialize() These fields have been assigned in netvsc_drv_init() before calling netvsc_initialize(), so there is no need to check them. The ASSERTs were already commented out, and this patch removes them. Signed-off-by: Haiyang Zhang Signed-off-by: K. Y. Srinivasan Signed-off-by: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed