git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e49ce14
)
module_param: check type correctness for module_param_array
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:16 +0000
(09:32 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:16 +0000
(09:32 +1030)
module_param_array(), unlike its non-array cousins, didn't check the type
of the variable. Fixing this found two bugs.
Cc: Luca Risolia <luca.risolia@studio.unibo.it>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Eric Piel <eric.piel@tremplin-utc.net>
Cc: linux-media@vger.kernel.org
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found