Lines Matching defs:error
992 * OK, past this point, all the error checking has been done.
1178 ret = -EIO; /* no change => error */
1539 int error;
1573 error = tty_register_driver(serial_driver);
1574 if (error)
1585 error = request_irq(IRQ_AMIGA_TBE, ser_tx_int, 0, "serial TX", state);
1586 if (error)
1589 error = request_irq(IRQ_AMIGA_RBF, ser_rx_int, 0,
1591 if (error)
1624 return error;
1629 int error;
1633 error = tty_unregister_driver(serial_driver);
1634 if (error)
1636 error);
1643 return error;