From: Mike Isely Date: Mon, 20 Feb 2012 05:03:39 +0000 (-0300) Subject: [media] pvrusb2: Stop statically initializing reserved struct fields to zero X-Git-Tag: v3.5-rc1~104^2~334 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1a12f5d03ecd920e09c08e1b9fc1312a1d6da4;p=pandora-kernel.git [media] pvrusb2: Stop statically initializing reserved struct fields to zero In any statically initialized data structure, the compiler is going to zero any part which is not already explicitly initialized. While we can take that knowledge overboard and simply avoid initializing anything that needs to be zero, it's at least a good idea not to bother zeroing parts that we don't otherwise care about - like "reserved" fields which may change in the future. Avoiding initialization of those fields now also avoids possible conflict down the road. Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed