From: Bert Wesarg Date: Sat, 16 Apr 2005 22:25:43 +0000 (-0700) Subject: [PATCH] fix module_param_string() calls X-Git-Tag: v2.6.12-rc3~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=975e046cc06005bafe0c5ce81d55a1b1eb84f5a1;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed