From a500d04dd6929091cf9776c28a806ac03da693f6 Mon Sep 17 00:00:00 2001 From: Vijay Viswanath Date: Fri, 5 Jan 2018 11:22:03 +0530 Subject: [PATCH] mmc: sdhci-msm: Remove printing tlmm physical address Remove the debug log which leaks physical address, eventhough tlmm is no longer used. Change-Id: Ie6968c46ea063e9192e2ccef053107ee7d8f5775 Signed-off-by: Vijay Viswanath --- drivers/mmc/host/sdhci-msm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c index 45d2f69f5f1a..efa5254f0208 100644 --- a/drivers/mmc/host/sdhci-msm.c +++ b/drivers/mmc/host/sdhci-msm.c @@ -2,7 +2,7 @@ * drivers/mmc/host/sdhci-msm.c - Qualcomm Technologies, Inc. MSM SDHCI Platform * driver source file * - * Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -4475,8 +4475,6 @@ static int sdhci_msm_probe(struct platform_device *pdev) goto vreg_deinit; } writel_relaxed(readl_relaxed(tlmm_mem) | 0x2, tlmm_mem); - dev_dbg(&pdev->dev, "tlmm reg %pa value 0x%08x\n", - &tlmm_memres->start, readl_relaxed(tlmm_mem)); } /*