Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94217363 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: unisys: Get rid of uint usage

parent e82ba62e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;