commit | 03cee1d51e498877935f482dac3adccc5665500c | [log] [tgz] |
---|---|---|
author | Abinaya P <abinayap@codeaurora.org> | Mon Feb 17 17:51:53 2014 +0530 |
committer | Abinaya P <abinayap@codeaurora.org> | Mon Feb 17 17:53:04 2014 +0530 |
tree | 3996dd99e14293d094634e3225e67e5e8c9ed265 | |
parent | 9ef439bf3183814ccf2fd76627802243547cf546 [diff] |
leds: leds-qpnp: avoid truncation in qpnp_led_masked_write function Since the last parameter of qpnp_led_masked_write function is of type 'u8', make sure that only value of type 'u8' is passed to this parameter of function to avoid truncation. CRs-Fixed: 618799 Change-Id: If047f844fc45713b77c4561a88253dade3c4c478 Signed-off-by: Abinaya P <abinayap@codeaurora.org>