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:
patacongo
2010-12-21 15:57:40 +00:00
parent 1af49ff4bd
commit 523fa94525
7 changed files with 120 additions and 74 deletions
+1 -1
View File
@@ -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;
}