Files
kernel_xiaomi_sm8250/include/linux
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:00 -04:00
2009-06-01 06:21:13 +00:00
2009-06-11 21:36:09 -04:00
2009-05-29 08:40:01 -07:00
2009-06-11 08:50:57 -07:00
2009-06-11 21:36:06 -04:00
2009-06-11 21:36:11 -04:00
2009-06-11 21:36:12 -04:00
2009-06-11 17:03:28 +01:00
2009-06-10 11:48:39 +03:00
2009-06-11 21:36:02 -04:00
2009-06-11 21:36:01 -04:00
2009-06-11 21:36:12 -04:00
2009-06-11 08:50:58 -07:00
2009-06-11 08:50:59 -07:00
2009-06-11 08:51:01 -07:00