]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/hvc_vio.c
[POWERPC] Make the hvc_console output buffer size settable
[karo-tx-linux.git] / drivers / char / hvc_vio.c
index 9add81ceb440506340de658ed574781991928118..651e5d25f58b6437aeea17fc7f31b2cd5ed5ffc2 100644 (file)
@@ -90,7 +90,8 @@ static int __devinit hvc_vio_probe(struct vio_dev *vdev,
        if (!vdev || !id)
                return -EPERM;
 
-       hp = hvc_alloc(vdev->unit_address, vdev->irq, &hvc_get_put_ops);
+       hp = hvc_alloc(vdev->unit_address, vdev->irq, &hvc_get_put_ops,
+                       MAX_VIO_PUT_CHARS);
        if (IS_ERR(hp))
                return PTR_ERR(hp);
        dev_set_drvdata(&vdev->dev, hp);