
8 Jan
2008
8 Jan
'08
11:02 p.m.
Ben Warren wrote:
Change return values of init() functions in all Ethernet drivers to conform to the following:
=0: Success
<0: Failure
All drivers going forward should return 0 on success. Current drivers that return 1 on success were left as-is to minimize changes.
Signed-off-by: Ben Warren biggerbadderben@gmail.com
<snip>
This patch requires a lot of scrutiny, since it's pretty far-reaching and I obviously can't test all the drivers that were affected. If as many people as possible can test that would be great. Alternatively, we can pull the patch that caused this mess in the first place.
regards, Ben