|
@@ -2302,7 +2302,7 @@ static int __init init(void)
|
|
|
|
|
|
pdrvdata.debugfs_dir = debugfs_create_dir("virtio-ports", NULL);
|
|
pdrvdata.debugfs_dir = debugfs_create_dir("virtio-ports", NULL);
|
|
if (!pdrvdata.debugfs_dir)
|
|
if (!pdrvdata.debugfs_dir)
|
|
- pr_warning("Error creating debugfs dir for virtio-ports\n");
|
|
|
|
|
|
+ pr_warn("Error creating debugfs dir for virtio-ports\n");
|
|
INIT_LIST_HEAD(&pdrvdata.consoles);
|
|
INIT_LIST_HEAD(&pdrvdata.consoles);
|
|
INIT_LIST_HEAD(&pdrvdata.portdevs);
|
|
INIT_LIST_HEAD(&pdrvdata.portdevs);
|
|
|
|
|