commit | d3dbd93db54f477e066926394e3e4ae3ac06cd3b | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Jul 19 16:20:15 2013 +0900 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Aug 09 10:59:01 2013 -0400 |
tree | 2ff86b79dd972dedfb32c0ef216354eb18e219ce | |
parent | 5f338d9001094a56cf87bd8a280b4e7ff953bb59 [diff] |
xen: replace strict_strtoul() with kstrtoul() The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>