File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
arch/powerpc/platforms/pseries Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
* Copyright (C) 2010 IBM Corporation
7
7
*/
8
8
9
+
10
+ #define pr_fmt (fmt ) "mobility: " fmt
11
+
9
12
#include <linux/cpu.h>
10
13
#include <linux/kernel.h>
11
14
#include <linux/kobject.h>
@@ -396,11 +399,11 @@ static int __init mobility_sysfs_init(void)
396
399
397
400
rc = sysfs_create_file (mobility_kobj , & class_attr_migration .attr );
398
401
if (rc )
399
- pr_err ("mobility: unable to create migration sysfs file (%d)\n" , rc );
402
+ pr_err ("unable to create migration sysfs file (%d)\n" , rc );
400
403
401
404
rc = sysfs_create_file (mobility_kobj , & class_attr_api_version .attr .attr );
402
405
if (rc )
403
- pr_err ("mobility: unable to create api_version sysfs file (%d)\n" , rc );
406
+ pr_err ("unable to create api_version sysfs file (%d)\n" , rc );
404
407
405
408
return 0 ;
406
409
}
You can’t perform that action at this time.
0 commit comments