Update drivers to return 0 (zero) on success.

This commit is contained in:
mmdolze
2009-07-07 21:36:37 +00:00
parent 2e31f1b769
commit e33ba1b41b
21 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ t6963_init (Driver *drvthis)
report(RPT_DEBUG, "%s: init() done", drvthis->name);
return 1; // return success
return 0; // return success
}
// Below here, you may use either lcd.framebuf or driver->framebuf..