Skip to content

Commit

Permalink
ASoC: da732x: Remove unnecessary KERN_ERR in pr_err()
Browse files Browse the repository at this point in the history
This patch remove unnecessary KERN_ERR in pr_err().

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
standby24x7 authored and broonie committed Oct 4, 2014
1 parent 7d1311b commit cd9241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/da732x.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static void da732x_set_charge_pump(struct snd_soc_codec *codec, int state)
snd_soc_write(codec, DA732X_REG_CP_CTRL1, DA723X_CP_DIS);
break;
default:
pr_err(KERN_ERR "Wrong charge pump state\n");
pr_err("Wrong charge pump state\n");
break;
}
}
Expand Down

0 comments on commit cd9241e

Please sign in to comment.