10 Jan
2012
10 Jan
'12
7:53 p.m.
On Tue, Jan 10, 2012 at 04:54:50PM +0800, Axel Lin wrote:
#endif
- return 0;
- return ret;
No, if we've got multiple bus types we do ignore the error in case one of the buses failed (and if we were doing this then we'd need to clean up the thing that successfully registered). If we've not got multiple bus types then the ifdefs shouldn't be there and we should just have a trivial call to the registration function.