summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaz Fukuoka <kfukuoka@nvidia.com>2011-05-31 15:55:33 -0700
committerNiket Sirsi <nsirsi@nvidia.com>2011-06-13 20:14:11 -0700
commit7e52b4e4a5e687c9e5dd992ff30515aad1bc40f2 (patch)
tree893c3983243fca6d5a686ea34172753a4fd46cfa
parent69865d5f0e871bb0fe86657363d78a7a26454760 (diff)
media: tegra: avp: Remove duplicated message
- "avp_lib: Successfully unloaded '%s'" was duplicated. Change-Id: I32c6d0cdd2bd5d1529e3596b4bc6e3220bc498de Reviewed-on: http://git-master/r/34609 Reviewed-by: Niket Sirsi <nsirsi@nvidia.com> Tested-by: Niket Sirsi <nsirsi@nvidia.com>
-rw-r--r--drivers/media/video/tegra/avp/avp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/tegra/avp/avp.c b/drivers/media/video/tegra/avp/avp.c
index 759c89ae3d9d..ccc6f6ddb460 100644
--- a/drivers/media/video/tegra/avp/avp.c
+++ b/drivers/media/video/tegra/avp/avp.c
@@ -1196,9 +1196,6 @@ static int _load_lib(struct tegra_avp_info *avp, struct tegra_avp_lib *lib,
"avp_lib: Successfully loaded library %s (lib_id=%x)\n",
lib->name, resp.lib_id);
- pr_info("avp_lib: Successfully loaded library %s (lib_id=%x)\n",
- lib->name, resp.lib_id);
-
/* We free the memory here because by this point the AVP has already
* requested memory for the library for all the sections since it does
* it's own relocation and memory management. So, our allocations were