spi: Dont call master->setup if not populated
authorLaxman Dewangan <ldewangan@nvidia.com>
Fri, 9 Nov 2012 09:05:22 +0000 (14:35 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 9 Nov 2012 16:46:48 +0000 (16:46 +0000)
Currently the master->setup() is called unconditionally.
The assumption is that every driver need to implement this
callback. This encourages drivers to populate empty functions
to prevent crashing.

This patch prevents the call of master->setup() if it is not
populated.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found