Loading drivers/soc/qcom/rpm-smd.c +2 −2 Original line number Diff line number Diff line Loading @@ -1130,7 +1130,7 @@ static int msm_rpm_glink_send_buffer(char *buf, uint32_t size, bool noirq) { int ret; unsigned long flags; int timeout = 50; int timeout = 5; spin_lock_irqsave(&msm_rpm_data.smd_lock_write, flags); do { Loading @@ -1144,7 +1144,7 @@ static int msm_rpm_glink_send_buffer(char *buf, uint32_t size, bool noirq) spin_lock_irqsave( &msm_rpm_data.smd_lock_write, flags); } else { udelay(5); udelay(100); } timeout--; } else { Loading Loading
drivers/soc/qcom/rpm-smd.c +2 −2 Original line number Diff line number Diff line Loading @@ -1130,7 +1130,7 @@ static int msm_rpm_glink_send_buffer(char *buf, uint32_t size, bool noirq) { int ret; unsigned long flags; int timeout = 50; int timeout = 5; spin_lock_irqsave(&msm_rpm_data.smd_lock_write, flags); do { Loading @@ -1144,7 +1144,7 @@ static int msm_rpm_glink_send_buffer(char *buf, uint32_t size, bool noirq) spin_lock_irqsave( &msm_rpm_data.smd_lock_write, flags); } else { udelay(5); udelay(100); } timeout--; } else { Loading