Skip to content

Commit

Permalink
ASoC: rt298: remove meanless pr_info
Browse files Browse the repository at this point in the history
This line doesn't include any information. So, remove it.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Bard Liao authored and Mark Brown committed Jul 16, 2015
1 parent 6adcafa commit 5efe58c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/codecs/rt298.c
Original file line number Diff line number Diff line change
Expand Up @@ -1144,8 +1144,6 @@ static int rt298_i2c_probe(struct i2c_client *i2c,
const struct acpi_device_id *acpiid;
int i, ret;

pr_info("%s\n", __func__);

rt298 = devm_kzalloc(&i2c->dev, sizeof(*rt298),
GFP_KERNEL);
if (NULL == rt298)
Expand Down

0 comments on commit 5efe58c

Please sign in to comment.