Loading drivers/mailbox/qti-tcs.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -909,7 +909,7 @@ static int chan_tcs_write(struct mbox_chan *chan, void *data) /* If we were just busy waiting for TCS, dump the state and return */ /* If we were just busy waiting for TCS, dump the state and return */ if (ret == -EBUSY) { if (ret == -EBUSY) { pr_info("TCS Busy, retrying RPMH message send\n"); pr_info_ratelimited("TCS Busy, retrying RPMH message send\n"); dump_tcs_stats(drv); dump_tcs_stats(drv); ret = -EAGAIN; ret = -EAGAIN; } } Loading Loading
drivers/mailbox/qti-tcs.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -909,7 +909,7 @@ static int chan_tcs_write(struct mbox_chan *chan, void *data) /* If we were just busy waiting for TCS, dump the state and return */ /* If we were just busy waiting for TCS, dump the state and return */ if (ret == -EBUSY) { if (ret == -EBUSY) { pr_info("TCS Busy, retrying RPMH message send\n"); pr_info_ratelimited("TCS Busy, retrying RPMH message send\n"); dump_tcs_stats(drv); dump_tcs_stats(drv); ret = -EAGAIN; ret = -EAGAIN; } } Loading