From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <1E4DE3D9-A8A7-4789-B6F1-C2CA4ED26EA8@holtmann.org> References: <1524728332-10093-1-git-send-email-loic.poulain@linaro.org> <1524728332-10093-2-git-send-email-loic.poulain@linaro.org> <1E4DE3D9-A8A7-4789-B6F1-C2CA4ED26EA8@holtmann.org> From: Loic Poulain Date: Thu, 26 Apr 2018 13:10:32 +0200 Message-ID: Subject: Re: [PATCH v2 2/2] Bluetooth: btqca: Add AR3002 rampatch support To: Marcel Holtmann Cc: Johan Hedberg , BlueZ development , Balakrishna Godavarthi Content-Type: text/plain; charset="UTF-8" List-ID: >> + if (mode == ROME_SKIP_EVT_VSE_CC || mode == ROME_SKIP_EVT_VSE) { >> + return __hci_cmd_send(hdev, EDL_PATCH_CMD_OPCODE, seg_size + 2, >> + cmd); >> + } >> + > > any reason for these { } ? My bad, missed your previous comment.