summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorKaz Fukuoka <kfukuoka@nvidia.com>2011-05-31 15:55:33 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:42:57 -0800
commit42ef422afa359c6569f0019ba911ebd8bb31b2eb (patch)
tree456c018d3352cff16d64f7c8b33a3e8982488891 /drivers/media
parent6e5602ecd7d5f82326fd612e09923621c3fe19fa (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> Rebase-Id: R9a98dc2912fbfd7d8f084a1026eeddc9fb073049
Diffstat (limited to 'drivers/media')
-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 2feb2b3b3427..dd6b60aba4af 100644
--- a/drivers/media/video/tegra/avp/avp.c
+++ b/drivers/media/video/tegra/avp/avp.c
@@ -1193,9 +1193,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