summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-12-20 20:07:44 +0100
committerKay Sievers <kay.sievers@vrfy.org>2011-12-20 20:07:44 +0100
commit2039c0d7af57d3eda981f0994d421c75a8040d0e (patch)
tree782d61e32f8ac1c9a21c194b205377c8a1b43a00
parent7dc415ed129ea3a1f634f5c358ef67cc05bcdb42 (diff)
downloadpatches-2039c0d7af57d3eda981f0994d421c75a8040d0e.tar.gz
s390 time fix
-rw-r--r--11-s390-time.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/11-s390-time.patch b/11-s390-time.patch
index 986f8de..479303d 100644
--- a/11-s390-time.patch
+++ b/11-s390-time.patch
@@ -556,7 +556,7 @@ Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
for (; attr >= stp_attributes; attr--)
- sysdev_class_remove_file(&stp_sysclass, *attr);
- sysdev_class_unregister(&stp_sysclass);
-+ device_remove_file(&stp_subsys.dev_root, *attr);
++ device_remove_file(stp_subsys.dev_root, *attr);
+ bus_unregister(&stp_subsys);
out:
return rc;