mbox series

[V2,0/2] ASoC: ak4458: fail on probe if codec is not present

Message ID 1557741724-6859-1-git-send-email-viorel.suman@nxp.com (mailing list archive)
Headers show
Series ASoC: ak4458: fail on probe if codec is not present | expand

Message

Viorel Suman May 13, 2019, 10:02 a.m. UTC
AK4458 is probed successfully even if AK4458 is not present - this
is caused by probe function returning no error on i2c access failure.
The patchset fixes this.

Changes since V1:
  Conditional statement rewritten as suggested by Mark.

Viorel Suman (2):
  ASoC: ak4458: rstn_control - return a non-zero on error only
  ASoC: ak4458: add return value for ak4458_probe

 sound/soc/codecs/ak4458.c | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)