OSDN Git Service

Fix an inappropriate sscanf return value judgment
authorliuchao <liuchao741@huawei.com>
Wed, 4 Jan 2017 02:46:06 +0000 (10:46 +0800)
committerMarie Janssen <jamuraa@google.com>
Wed, 4 Jan 2017 18:59:44 +0000 (18:59 +0000)
commit0e42408b91f9581f0177ce86fd1074fb825bad2b
tree8bcf006b2e865c1330a2da8d031675ad3dac10de
parent2a399b3745502d9a09761ad0cd404bcaddf129f1
Fix an inappropriate sscanf return value judgment

This fixes an inappropriate sscanf return value judgment that
res check here is not needed while res2 is the one that need to be checked

Test: mm -j 8
Change-Id: I3e332286c9434d5b9d01421f5f421039f84ad6c7
bta/hf_client/bta_hf_client_at.cc