Loading drivers/iommu/msm_iommu-v1.c +3 −3 Original line number Diff line number Diff line /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2015, 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 Loading Loading @@ -216,7 +216,7 @@ static int __check_vbif_state(struct msm_iommu_drvdata const *drvdata) if (base) { __dump_vbif_state(drvdata->base, base); __halt_vbif_xin(drvdata->base); __halt_vbif_xin(base); __dump_vbif_state(drvdata->base, base); iounmap(base); } else { Loading Loading @@ -265,7 +265,7 @@ static void check_tlb_sync_state(struct msm_iommu_drvdata const *drvdata, { int res; unsigned int val; void __iomem *base = drvdata->base; void __iomem *base = drvdata->cb_base; char const *name = drvdata->name; pr_err("Timed out waiting for TLB SYNC to complete for %s (client: %s)\n", Loading Loading
drivers/iommu/msm_iommu-v1.c +3 −3 Original line number Diff line number Diff line /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2015, 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 Loading Loading @@ -216,7 +216,7 @@ static int __check_vbif_state(struct msm_iommu_drvdata const *drvdata) if (base) { __dump_vbif_state(drvdata->base, base); __halt_vbif_xin(drvdata->base); __halt_vbif_xin(base); __dump_vbif_state(drvdata->base, base); iounmap(base); } else { Loading Loading @@ -265,7 +265,7 @@ static void check_tlb_sync_state(struct msm_iommu_drvdata const *drvdata, { int res; unsigned int val; void __iomem *base = drvdata->base; void __iomem *base = drvdata->cb_base; char const *name = drvdata->name; pr_err("Timed out waiting for TLB SYNC to complete for %s (client: %s)\n", Loading