Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74121b69 authored by Fabio Massimo Di Nitto's avatar Fabio Massimo Di Nitto Committed by David S. Miller
Browse files

[SPARC64]: Fix log message type in vio_create_one().

parent 5f7426c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp,
				break;
		}
		if (!id) {
			printk(KERN_ERR "VIO: vdc-prot lacks parent "
			printk(KERN_ERR "VIO: vdc-port lacks parent "
			       "cfg-handle.\n");
			return NULL;
		}