Ville Juven e0f4a76d6c fs_poll: Fix wrong return value in CONFIG_BUILD_KERNEL
The exit condition below does not work:

  if (ret < 0)
    {
      set_errno(-ret);
      return ERROR;
    }
  else
    {
      return count;
    }
2023-05-25 20:41:20 +08:00
..
2022-07-08 02:15:54 +08:00
2022-07-08 02:15:54 +08:00
2023-05-17 10:24:42 +08:00
2023-04-19 02:48:39 +08:00