Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: qcom: smd: Reject send of too big packets
Attempting to find room for a packet that's bigger than the fifo will never succeed and the calling process will be sleeping forever in the loop, waiting for enough room. So fail early instead. Reported-by: Courtney Cavin <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Reviewed-by: Andy Gross <[email protected]> Signed-off-by: Andy Gross <[email protected]>
- Loading branch information