Files
linux/drivers
Yixun Lan 77768fda23 debug: drop sscanf, use kstrto variant instead
PD#165796: debug: drop sscanf, use kstrto variant instead

kstrto is kernel reconmmend function which is more safe than sscanf
this will also fix the following checkpatch.pl warning

WARNING: Prefer kstrto<type> to single variable sscanf
+       ret = sscanf(buf, "%ld", &val);

Change-Id: I9a4673b9aa43c10f51a20778ba520461ee0a7984
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
2018-05-11 14:21:50 +08:00
..
2018-03-29 11:32:39 +02:00
2017-12-14 09:28:24 +01:00
2018-02-17 14:52:07 +01:00
2017-12-27 13:38:06 +01:00
2018-03-22 09:54:47 +01:00
2018-04-09 11:39:17 -07:00
2018-03-24 11:00:10 +01:00
2018-02-25 11:05:55 +01:00
2017-09-09 17:39:41 +02:00
2018-05-08 00:39:02 -07:00
2018-03-22 09:54:47 +01:00
2018-03-22 09:54:47 +01:00
2018-03-25 10:55:44 +02:00
2018-03-25 10:55:44 +02:00
2018-03-25 10:55:44 +02:00
2018-04-09 11:39:17 -07:00
2018-05-09 21:14:17 -07:00
2018-03-05 07:38:41 +01:00