diff options
author | 2009-01-12 13:09:46 -0300 | |
---|---|---|
committer | 2009-01-29 08:35:38 -0200 | |
commit | 45bdcefea25cad2d7443f5b45a5319e2bd201048 (patch) | |
tree | 6503fb5ea8a282a3bae5b29ee2f86655c3ac8130 /include | |
parent | V4L/DVB (10219): saa7134: Prevent Oops due to stale IRQ status when enabling interrupts (diff) | |
download | wireguard-linux-45bdcefea25cad2d7443f5b45a5319e2bd201048.tar.xz wireguard-linux-45bdcefea25cad2d7443f5b45a5319e2bd201048.zip |
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 <xyzzy@speakeasy.org>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions