commit | 1a2d8bd925770116c8b5a2793c426e27e4352952 | [log] [tgz] |
---|---|---|
author | Xiaoyu Ye <benyxy@codeaurora.org> | Tue Jan 31 18:54:15 2017 -0800 |
committer | Xiaoyu Ye <benyxy@codeaurora.org> | Thu Feb 02 17:32:41 2017 -0800 |
tree | 0cd0e0ad4497afb1cef8a052b5e13314059d1169 | |
parent | 717aed815897887f52b6e4f1ab4da54e3359e564 [diff] |
ASoC: msm: Fix the usage of macro IS_ERR_VALUE Using macro IS_ERR_VALUE to check variable that is not the type of "unsigned long" can cause compilation warning. Correct the use of IS_ERR_VALUE by replacing it with a simple check against negative value. Change-Id: I6849d1b08d06630be61b07ec6feabcb94b4cf9b1 Signed-off-by: Xiaoyu Ye <benyxy@codeaurora.org>