incubator-nuttx/fs/hostfs
YAMAMOTO Takashi ba4a7107df fs/hostfs/hostfs.c: Remove a redundant assignment
Found by clang-check:

hostfs/hostfs.c:1081:3: warning: Value stored to 'ret' is never read
  ret = OK; /* Assume success */
  ^     ~~
1 warning generated.
2020-07-30 08:59:46 +02:00
..
Kconfig fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
Make.defs build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
hostfs.c fs/hostfs/hostfs.c: Remove a redundant assignment 2020-07-30 08:59:46 +02:00
hostfs.h fs/: Check return of nxsem_wait_uninterruptible. 2020-03-30 08:08:07 -06:00
hostfs_rpmsg.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
hostfs_rpmsg.h This commit brings in the drivers needed to support OpenAMP. These changes were ported from https://github.com/FishsemiCode/nuttx. The current state: Most drivers do now compile but are not yet verfied. 2019-11-02 11:30:33 -06:00
hostfs_rpmsg_server.c rpmsg/hostfs: fix: taking address of packed member may result in an unaligned pointer value 2020-05-01 12:22:03 -03:00