Loading drivers/hwtracing/coresight/coresight-funnel.c +3 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2011-2012,2017, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2012,2017, 2020, The Linux Foundation. All rights reserved. * * Description: CoreSight Funnel driver */ Loading Loading @@ -286,6 +286,8 @@ static int funnel_probe(struct device *dev, struct resource *res) dev_set_drvdata(dev, drvdata); spin_lock_init(&drvdata->spinlock); pdata = coresight_get_platform_data(dev); if (IS_ERR(pdata)) { ret = PTR_ERR(pdata); Loading drivers/hwtracing/coresight/coresight-replicator.c +3 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2015, 2020, The Linux Foundation. All rights reserved. * * Description: CoreSight Replicator driver */ Loading Loading @@ -241,6 +241,8 @@ static int replicator_probe(struct device *dev, struct resource *res) dev_set_drvdata(dev, drvdata); spin_lock_init(&drvdata->spinlock); pdata = coresight_get_platform_data(dev); if (IS_ERR(pdata)) { ret = PTR_ERR(pdata); Loading Loading
drivers/hwtracing/coresight/coresight-funnel.c +3 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2011-2012,2017, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2012,2017, 2020, The Linux Foundation. All rights reserved. * * Description: CoreSight Funnel driver */ Loading Loading @@ -286,6 +286,8 @@ static int funnel_probe(struct device *dev, struct resource *res) dev_set_drvdata(dev, drvdata); spin_lock_init(&drvdata->spinlock); pdata = coresight_get_platform_data(dev); if (IS_ERR(pdata)) { ret = PTR_ERR(pdata); Loading
drivers/hwtracing/coresight/coresight-replicator.c +3 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2015, 2020, The Linux Foundation. All rights reserved. * * Description: CoreSight Replicator driver */ Loading Loading @@ -241,6 +241,8 @@ static int replicator_probe(struct device *dev, struct resource *res) dev_set_drvdata(dev, drvdata); spin_lock_init(&drvdata->spinlock); pdata = coresight_get_platform_data(dev); if (IS_ERR(pdata)) { ret = PTR_ERR(pdata); Loading