Loading drivers/soc/qcom/cmd-db.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-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 Loading Loading @@ -362,6 +362,7 @@ static int cmd_db_dev_probe(struct platform_device *pdev) res.start = readl_relaxed(dict); res.end = res.start + readl_relaxed(dict + 0x4); res.flags = IORESOURCE_MEM; res.name = NULL; iounmap(dict); start_addr = devm_ioremap_resource(&pdev->dev, &res); Loading Loading
drivers/soc/qcom/cmd-db.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-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 Loading Loading @@ -362,6 +362,7 @@ static int cmd_db_dev_probe(struct platform_device *pdev) res.start = readl_relaxed(dict); res.end = res.start + readl_relaxed(dict + 0x4); res.flags = IORESOURCE_MEM; res.name = NULL; iounmap(dict); start_addr = devm_ioremap_resource(&pdev->dev, &res); Loading