diff options
Diffstat (limited to 'drivers/tty/hvc/hvc_vio.c')
-rw-r--r-- | drivers/tty/hvc/hvc_vio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/hvc/hvc_vio.c b/drivers/tty/hvc/hvc_vio.c index ee307799271a..56e97258e55a 100644 --- a/drivers/tty/hvc/hvc_vio.c +++ b/drivers/tty/hvc/hvc_vio.c | |||
@@ -250,7 +250,7 @@ static int __devinit hvc_vio_probe(struct vio_dev *vdev, | |||
250 | proto = HV_PROTOCOL_HVSI; | 250 | proto = HV_PROTOCOL_HVSI; |
251 | ops = &hvterm_hvsi_ops; | 251 | ops = &hvterm_hvsi_ops; |
252 | } else { | 252 | } else { |
253 | pr_err("hvc_vio: Unkown protocol for %s\n", vdev->dev.of_node->full_name); | 253 | pr_err("hvc_vio: Unknown protocol for %s\n", vdev->dev.of_node->full_name); |
254 | return -ENXIO; | 254 | return -ENXIO; |
255 | } | 255 | } |
256 | 256 | ||