Update drivers to return 0 (zero) on success.
This commit is contained in:
@@ -97,7 +97,7 @@ mx5000_init (Driver *drvthis, char *args)
|
||||
|
||||
report(RPT_DEBUG, "%s: init() done", drvthis->name);
|
||||
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user