From: Trent Piepho Date: Mon, 12 Jan 2009 16:09:46 +0000 (-0300) Subject: V4L/DVB (10222): zoran: Better syntax for initializing array module params X-Git-Tag: v2.6.29-rc4~69^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45bdcefea25cad2d7443f5b45a5319e2bd201048;p=pandora-kernel.git V4L/DVB (10222): zoran: Better syntax for initializing array module params When initializing a module parameter that is a per-card array, use "{ [0 ... (BUZ_MAX-1)] = -1 }" instead of "{ -1, -1, -1, -1 }". This way all of the entries will be correctly set to -1 if someone changes BUZ_MAX to a value other than 4. Adjust some of the parameter help text too. Signed-off-by: Trent Piepho Acked-by: Jean Delvare Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed