projects
/
oweals
/
uqmi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb7ae2
)
fix tautological check
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 2 Oct 2014 09:39:55 +0000
(11:39 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 2 Oct 2014 09:39:55 +0000
(11:39 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
commands-wds.c
patch
|
blob
|
history
diff --git
a/commands-wds.c
b/commands-wds.c
index ce7d71561807f80e77075b60ea82c7b2cd47067e..a1804cf51437fac3356cae47547e75bdb8fb466e 100644
(file)
--- a/
commands-wds.c
+++ b/
commands-wds.c
@@
-104,7
+104,6
@@
cmd_wds_get_packet_service_status_cb(struct qmi_dev *qmi, struct qmi_request *re
qmi_parse_wds_get_packet_service_status_response(msg, &res);
if (res.set.connection_status &&
- res.data.connection_status >= 0 &&
res.data.connection_status < ARRAY_SIZE(data_status))
s = res.data.connection_status;