diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2018-01-31 08:52:28 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-01-31 08:52:28 -0800 |
| commit | be7e6d1343cf19d6ee3d69d3d5c30bf8070b7de7 (patch) | |
| tree | 56f1865282cde04be21eb72063380dcfbbbd1066 | |
| parent | 6a36d0b89949ae1d3916002a0a8edf59eaccb952 (diff) | |
| parent | a500d04dd6929091cf9776c28a806ac03da693f6 (diff) | |
Merge "mmc: sdhci-msm: Remove printing tlmm physical address"
| -rw-r--r-- | drivers/mmc/host/sdhci-msm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c index 136c975a0a06..aea00ce708b6 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 @@ -4474,8 +4474,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)); } /* |
