Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87399
b: refs/heads/master
c: ff451d7
h: refs/heads/master
i:
  87397: 5a83294
  87395: 0e92247
  87391: ab99768
v: v3
  • Loading branch information
Joel Soete authored and Kyle McMartin committed Mar 16, 2008
1 parent b99e73b commit 387d324
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 179183bf1fcff3830f0c05058ec0fc4d0878c67c
refs/heads/master: ff451d70593040df1a7c3df80a38e9ce530e12e0
6 changes: 3 additions & 3 deletions trunk/drivers/parisc/pdc_stable.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ static ssize_t pdcs_autoboot_write(struct kobject *kobj,
struct kobj_attribute *attr,
const char *buf, size_t count)
{
return pdcs_auto_write(kset, attr, buf, count, PF_AUTOBOOT);
return pdcs_auto_write(kobj, attr, buf, count, PF_AUTOBOOT);
}

/**
Expand All @@ -845,7 +845,7 @@ static ssize_t pdcs_autosearch_write(struct kobject *kobj,
struct kobj_attribute *attr,
const char *buf, size_t count)
{
return pdcs_auto_write(kset, attr, buf, count, PF_AUTOSEARCH);
return pdcs_auto_write(kobj, attr, buf, count, PF_AUTOSEARCH);
}

/**
Expand Down Expand Up @@ -1066,7 +1066,7 @@ pdc_stable_init(void)
}

/* Don't forget the root entries */
error = sysfs_create_group(stable_kobj, pdcs_attr_group);
error = sysfs_create_group(stable_kobj, &pdcs_attr_group);

/* register the paths kset as a child of the stable kset */
paths_kset = kset_create_and_add("paths", NULL, stable_kobj);
Expand Down

0 comments on commit 387d324

Please sign in to comment.