+3
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>