Rusty Russell fddd520122 module_param: allow 'bool' module_params to be bool, not just int.
Impact: API cleanup

For historical reasons, 'bool' parameters must be an int, not a bool.
But there are around 600 users, so a conversion seems like useless churn.

So we use __same_type() to distinguish, and handle both cases.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2009-06-12 21:46:58 +09:30
..
2009-06-11 21:36:11 -04:00
2009-05-20 10:34:32 +02:00
2009-05-15 07:56:24 -05:00
2009-03-30 22:05:16 +10:30
2009-03-24 10:52:46 +11:00
2009-04-14 17:17:16 +02:00