18 Feb
2014
18 Feb
'14
2:06 a.m.
On Mon, Feb 17, 2014 at 01:16:54PM +0100, Lars-Peter Clausen wrote:
kernel if one of the subsystems is build as a module (Currently only SPI can be build as a module).
Same issue again here. You're also going right up to the 80 column limit here and...
* The module init path error handling is rather ugly. E.g. what should be done if either the SPI or the I2C driver fails to register? Most drivers that implement SPI and I2C in the same module currently fallback to undefined behavior in that case. Splitting the the driver into two modules, one for each bus, allows the registration of the other bus driver to continue without problems if one of them fails.
...and something is messed up here, looks like tab/space confusion.
Applied with fixups to the changelog.