mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
misc resource utilization fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3212 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1763,7 +1763,7 @@ int dm9x_initialize(void)
|
||||
|
||||
if (vid != DM9X_DAVICOMVID || (pid != DM9X_DM9000PID && pid != DM9X_DM9010PID))
|
||||
{
|
||||
nlldbg("DM90x0 vender/product ID not found at this base address\n");
|
||||
nlldbg("DM90x0 vendor/product ID not found at this base address\n");
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user