commit | 975e046cc06005bafe0c5ce81d55a1b1eb84f5a1 | [log] [tgz] |
---|---|---|
author | Bert Wesarg <wesarg@informatik.uni-halle.de> | Sat Apr 16 15:25:43 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:25:43 2005 -0700 |
tree | 6e95047664d5d5e2006a753449122cd6e7e32002 | |
parent | 31143a12044caa3521edafd736e3bc18c098d2fd [diff] |
[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>