msm_serial_hs: Fix Klockwork reported issues
This patch fixes following issues:
1. Using snprintf instead of sprintf(deprecated api)
2. Typecast unsigned int variable (irq) to integer
to compare with zero.
Signed-off-by:
Mayank Rana <mrana@codeaurora.org>
Loading
Please sign in to comment