]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/hvc_iseries.c
[POWERPC] Make the hvc_console output buffer size settable
[karo-tx-linux.git] / drivers / char / hvc_iseries.c
index 256afc8e583825ced0bc060f4c9fba85c09ff65a..4747729459c7a5a0c0aa29f9ec8a7023d73fc66a 100644 (file)
@@ -221,7 +221,8 @@ static int __devinit hvc_vio_probe(struct vio_dev *vdev,
 
        pi = &port_info[vdev->unit_address];
 
-       hp = hvc_alloc(vdev->unit_address, vdev->irq, &hvc_get_put_ops);
+       hp = hvc_alloc(vdev->unit_address, vdev->irq, &hvc_get_put_ops,
+                       VIOCHAR_MAX_DATA);
        if (IS_ERR(hp))
                return PTR_ERR(hp);
        pi->hp = hp;