Loading drivers/soc/qcom/cmd-db.c +3 −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 @@ -354,6 +354,7 @@ static int cmd_db_dev_probe(struct platform_device *pdev) dict = of_iomap(pdev->dev.of_node, 0); if (!dict) { cmd_db_status = -ENOMEM; pr_err("Command DB dictionary addr not found.\n"); goto failed; } Loading @@ -373,6 +374,7 @@ static int cmd_db_dev_probe(struct platform_device *pdev) if (!cmd_db_header) { cmd_db_status = -ENOMEM; pr_err("Command DB header not found.\n"); goto failed; } Loading Loading
drivers/soc/qcom/cmd-db.c +3 −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 @@ -354,6 +354,7 @@ static int cmd_db_dev_probe(struct platform_device *pdev) dict = of_iomap(pdev->dev.of_node, 0); if (!dict) { cmd_db_status = -ENOMEM; pr_err("Command DB dictionary addr not found.\n"); goto failed; } Loading @@ -373,6 +374,7 @@ static int cmd_db_dev_probe(struct platform_device *pdev) if (!cmd_db_header) { cmd_db_status = -ENOMEM; pr_err("Command DB header not found.\n"); goto failed; } Loading