drivers: irqchip: qcom: Update PDC pin data for SM6150

Add last entry as -1 in the pdc pin data for the loops
that break by checking if greater than 0.

Change-Id: Id2ae698a0526f2cf8946697bab12a9513db107e8
Signed-off-by: Srinivas Rao L <lsrao@codeaurora.org>
This commit is contained in:
Srinivas Rao L 2018-05-25 12:58:50 +05:30
parent 34f2dc7314
commit b90935ca95

View File

@ -141,6 +141,7 @@ static struct pdc_pin sm6150_data[] = {
{123, 670},/*core_bi_px_gpio_51*/
{124, 671},/*core_bi_px_gpio_88*/
{125, 95},/*core_bi_px_gpio_39*/
{-1},
};
static int __init qcom_pdc_gic_init(struct device_node *node,