summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2009-01-12 08:09:46 -0800
committerTrent Piepho <xyzzy@speakeasy.org>2009-01-12 08:09:46 -0800
commitceaf74899f3331f9197ac119f58d9a4de61e65b7 (patch)
tree3d61a2457c7d21b10ce20303383f368125b69751 /linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
parente57810fd54e2f3f93bab0027078435fa5ce6fa9b (diff)
downloadmediapointer-dvb-s2-ceaf74899f3331f9197ac119f58d9a4de61e65b7.tar.gz
mediapointer-dvb-s2-ceaf74899f3331f9197ac119f58d9a4de61e65b7.tar.bz2
zoran: Better syntax for initializing array module params
From: Trent Piepho <xyzzy@speakeasy.org> 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. Priority: normal Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Acked-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c')
0 files changed, 0 insertions, 0 deletions