mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Merged in masayuki2009/nuttx.nuttx/network_test (pull request #427)
FS: Remove DEBUGASSERT() in block_proxy() because the flags are cleared later. Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
@@ -167,7 +167,6 @@ int block_proxy(FAR const char *blkdev, int oflags)
|
|||||||
int fd;
|
int fd;
|
||||||
|
|
||||||
DEBUGASSERT(blkdev);
|
DEBUGASSERT(blkdev);
|
||||||
DEBUGASSERT((oflags & (O_CREAT | O_EXCL | O_APPEND | O_TRUNC)) == 0);
|
|
||||||
|
|
||||||
/* Create a unique temporary file name for the character device */
|
/* Create a unique temporary file name for the character device */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user