Loading drivers/coresight/coresight-cti.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-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 @@ -1501,7 +1501,7 @@ static int cti_probe(struct platform_device *pdev) goto err; } dev_info(dev, "CTI initialized\n"); dev_dbg(dev, "CTI initialized\n"); return 0; err: if (drvdata->cti_save && !drvdata->cti_hwclk) Loading drivers/coresight/coresight-funnel.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-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 @@ -313,7 +313,7 @@ static int funnel_probe(struct platform_device *pdev) } } out: dev_info(dev, "FUNNEL initialized\n"); dev_dbg(dev, "FUNNEL initialized\n"); return 0; } Loading drivers/coresight/coresight-tpda.c +1 −1 Original line number Diff line number Diff line Loading @@ -714,7 +714,7 @@ static int tpda_probe(struct platform_device *pdev) if (IS_ERR(drvdata->csdev)) return PTR_ERR(drvdata->csdev); dev_info(drvdata->dev, "TPDA initialized\n"); dev_dbg(drvdata->dev, "TPDA initialized\n"); return 0; } Loading drivers/coresight/coresight-tpdm.c +1 −1 Original line number Diff line number Diff line Loading @@ -3491,7 +3491,7 @@ static int tpdm_probe(struct platform_device *pdev) if (IS_ERR(drvdata->csdev)) return PTR_ERR(drvdata->csdev); dev_info(drvdata->dev, "TPDM initialized\n"); dev_dbg(drvdata->dev, "TPDM initialized\n"); if (boot_enable) coresight_enable(drvdata->csdev); Loading Loading
drivers/coresight/coresight-cti.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-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 @@ -1501,7 +1501,7 @@ static int cti_probe(struct platform_device *pdev) goto err; } dev_info(dev, "CTI initialized\n"); dev_dbg(dev, "CTI initialized\n"); return 0; err: if (drvdata->cti_save && !drvdata->cti_hwclk) Loading
drivers/coresight/coresight-funnel.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-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 @@ -313,7 +313,7 @@ static int funnel_probe(struct platform_device *pdev) } } out: dev_info(dev, "FUNNEL initialized\n"); dev_dbg(dev, "FUNNEL initialized\n"); return 0; } Loading
drivers/coresight/coresight-tpda.c +1 −1 Original line number Diff line number Diff line Loading @@ -714,7 +714,7 @@ static int tpda_probe(struct platform_device *pdev) if (IS_ERR(drvdata->csdev)) return PTR_ERR(drvdata->csdev); dev_info(drvdata->dev, "TPDA initialized\n"); dev_dbg(drvdata->dev, "TPDA initialized\n"); return 0; } Loading
drivers/coresight/coresight-tpdm.c +1 −1 Original line number Diff line number Diff line Loading @@ -3491,7 +3491,7 @@ static int tpdm_probe(struct platform_device *pdev) if (IS_ERR(drvdata->csdev)) return PTR_ERR(drvdata->csdev); dev_info(drvdata->dev, "TPDM initialized\n"); dev_dbg(drvdata->dev, "TPDM initialized\n"); if (boot_enable) coresight_enable(drvdata->csdev); Loading