Files
i2som-imx-linux/kernel
Satoru Moriya 81c7413650 param: fix return value handling in param_set_*
In STANDARD_PARAM_DEF, param_set_* handles the case in which strtolfn
returns -EINVAL but it may return -ERANGE. If it returns -ERANGE,
param_set_* may set uninitialized value to the paramerter. We should handle
both cases.

The one of the cases in which strtolfn() returns -ERANGE is following:

 *Type of module parameter is long
 *Set the parameter more than LONG_MAX

Signed-off-by: Satoru Moriya <satoru.moriya@hds.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-07-24 22:06:03 +09:30
..
2011-05-19 18:51:57 +10:00
2011-07-20 01:43:11 -04:00
2011-05-17 23:19:17 +02:00
2011-05-26 17:12:34 -07:00
2011-05-24 12:10:51 +02:00
2011-05-20 12:50:29 -07:00