projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6adcafa
)
ASoC: rt298: remove meanless pr_info
author
Bard Liao
<bardliao@realtek.com>
Thu, 16 Jul 2015 02:01:33 +0000
(10:01 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 16 Jul 2015 12:09:53 +0000
(13:09 +0100)
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>
sound/soc/codecs/rt298.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt298.c
b/sound/soc/codecs/rt298.c
index 7c4bcb65ef2c8dc76bb8bbd19a14c0c5825e6749..6ff68a355da16434901a93bd7829a9ab879c67ad 100644
(file)
--- a/
sound/soc/codecs/rt298.c
+++ b/
sound/soc/codecs/rt298.c
@@
-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)