staging/easycap: remove explicit NULL initialization
authorTomas Winkler <tomas.winkler@intel.com>
Thu, 3 Feb 2011 11:42:43 +0000 (13:42 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Feb 2011 20:44:32 +0000 (12:44 -0800)
commitb737f3b8cf2425f8e5f23ea31bbb4d377c41be7f
tree74dccc9b56c3af0394ddb6168318b3f73ae96a1b
parent6911e7e4a6bed8ac7989137387f6a33ef65c2b56
staging/easycap: remove explicit NULL initialization

remove intializations to NULL where not needed and let the compiler
find flows with unitilized variables.
Fix one such flow in easycap_vma_fault function

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/easycap/easycap_main.c