<div dir="ltr"><div>Hi</div><div><br></div><div>There are a lot of Coverity issues related to device drivers which call mkdir("/dev") and ignore the return value. My first thought was that they should have (void) added since /dev could have been created by an earlier driver.</div><div><br></div><div>Then it occurred to me that libcsupport/src/base_fs.c includes mkdir("/dev") and a fatal error if it cannot create it. <br></div><div><br></div><div>Doesn't this mean that every call to mkdir("/dev") in a BSP or device driver is redundant? They should be removed since the base FS contents are always in place before any device drivers are called.</div><div><br></div><div>Thoughts?</div><div><br></div><div>--joel<br></div></div>