usb: usb_bam: Code quality checking fix
Fixed a code-quality checking issue:
In usb_bam_a2_reset() function, the bam local variable is defined as
an unsigned char, but it is initialized by an enumeration value. Used a
conversion for fixing it.
Change-Id: I5f35476694ba6520eff77a6504d041eb70d7f5ac
Signed-off-by:
Daniel Segal <dsegal@codeaurora.org>
Loading
Please register or sign in to comment