Loading drivers/pinctrl/qcom/pinctrl-sm8150.c +3 −1 Original line number Diff line number Diff line /* * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2020, 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 @@ -1980,6 +1980,8 @@ static int sm8150_pinctrl_dir_conn_probe(struct platform_device *pdev) prop = of_get_property(pdev->dev.of_node, "dirconn-list", &length); if (!prop) return -ENOENT; dir_conn_length = length / sizeof(u32); Loading Loading
drivers/pinctrl/qcom/pinctrl-sm8150.c +3 −1 Original line number Diff line number Diff line /* * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2020, 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 @@ -1980,6 +1980,8 @@ static int sm8150_pinctrl_dir_conn_probe(struct platform_device *pdev) prop = of_get_property(pdev->dev.of_node, "dirconn-list", &length); if (!prop) return -ENOENT; dir_conn_length = length / sizeof(u32); Loading