sched: Prevent balance_push() on remote runqueues
[linux-2.6-microblaze.git] / drivers / pci / pci-sysfs.c
index beb8d1f..5d63df7 100644 (file)
@@ -537,7 +537,7 @@ static ssize_t devspec_show(struct device *dev,
 
        if (np == NULL)
                return 0;
-       return sysfs_emit(buf, "%pOF", np);
+       return sysfs_emit(buf, "%pOF\n", np);
 }
 static DEVICE_ATTR_RO(devspec);
 #endif