X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=commands-dms.c;h=d9f23c1713bc41b0baea25ba28916a576f89691d;hp=4e049b143a49b94830ee786e8613148d362f1db5;hb=7933948e65924b827924e09542aa8ccc1cffeec4;hpb=002ec24cc7a67e85e85427d0c5ab31521aab1134;ds=inline diff --git a/commands-dms.c b/commands-dms.c index 4e049b1..d9f23c1 100644 --- a/commands-dms.c +++ b/commands-dms.c @@ -52,10 +52,8 @@ cmd_dms_get_pin_status_prepare(struct qmi_dev *qmi, struct qmi_request *req, str static void cmd_dms_verify_pin1_cb(struct qmi_dev *qmi, struct qmi_request *req, struct qmi_msg *msg) { - struct qmi_dms_uim_verify_pin_response res; - if (!msg) { - fprintf(stderr, "failed\n"); + printf("failed\n"); return; }