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