提交 94217363 编写于 作者: J Jes Sorensen 提交者: Greg Kroah-Hartman

staging: unisys: Get rid of uint usage

Signed-off-by: NJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: NBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 e82ba62e
......@@ -2120,7 +2120,7 @@ static ssize_t devicedisabled_store(struct device *dev,
struct device_attribute *attr,
const char *buf, size_t count)
{
uint id;
unsigned int id;
if (kstrtouint(buf, 10, &id) != 0)
return -EINVAL;
......@@ -2137,7 +2137,7 @@ static ssize_t deviceenabled_store(struct device *dev,
struct device_attribute *attr,
const char *buf, size_t count)
{
uint id;
unsigned int id;
if (kstrtouint(buf, 10, &id) != 0)
return -EINVAL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册