We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd294d commit f839f53Copy full SHA for f839f53
drivers/xen/pcpu.c
@@ -105,7 +105,7 @@ static ssize_t online_show(struct device *dev,
105
return sprintf(buf, "%u\n", !!(cpu->flags & XEN_PCPU_FLAGS_ONLINE));
106
}
107
108
-static ssize_t __ref online_store(struct device *dev,
+static ssize_t online_store(struct device *dev,
109
struct device_attribute *attr,
110
const char *buf, size_t count)
111
{
0 commit comments