[PATCH] fix module_param_string() calls
authorBert Wesarg <wesarg@informatik.uni-halle.de>
Sat, 16 Apr 2005 22:25:43 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:25:43 +0000 (15:25 -0700)
commit975e046cc06005bafe0c5ce81d55a1b1eb84f5a1
tree6e95047664d5d5e2006a753449122cd6e7e32002
parent31143a12044caa3521edafd736e3bc18c098d2fd
[PATCH] fix module_param_string() calls

This patch fix 3 calls to module_param_string() in
driver/media/video/tuner-core.c and drivers/media/video/tda9887.c.  In all
three places, the len and the perm parameter was switched.

Signed-off-by: Bert Wesarg <wesarg@informatik.uni-halle.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/tda9887.c
drivers/media/video/tuner-core.c