modem_if: remove not necessary comparison
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Sat, 21 Jan 2017 03:32:05 +0000 (12:32 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Tue, 14 Feb 2017 04:26:25 +0000 (13:26 +0900)
commit6b434b6ccbf3bce9f391f704c72d4dc909d00a3d
tree62a6eff3cafe8e687d11c0c9537a53b8c677ca88
parent6b0b0ae6019c3f2d43e44c4bf656d3762a557140
modem_if: remove not necessary comparison

The numerical comparison on boolean value causes build warning
with gcc 6, so this patch removes not necessary comparison.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/misc/modem_v1/modem_utils.c