]> git.baikalelectronics.ru Git - kernel.git/commit
xen: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 07:20:15 +0000 (16:20 +0900)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 9 Aug 2013 14:59:01 +0000 (10:59 -0400)
commit1dfce1415482300db51697aa00e53d25d6a9ff5c
tree2ff86b79dd972dedfb32c0ef216354eb18e219ce
parentd5e1ab42b3b313cce3a313c0e778f0232620802d
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>
drivers/xen/xen-selfballoon.c