I've track down the error to drivers/tty/tty_ioctl.c, set_termios function in ... 0); if (IS_ERR(fd)) { pr_info("error from filp_open()\n"); return -ENODEV; } ...
確定! 回上一頁