From patchwork Wed Oct 9 08:40:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zheng Bin X-Patchwork-Id: 11180789 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9024E1668 for ; Wed, 9 Oct 2019 08:33:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7A9F0206C0 for ; Wed, 9 Oct 2019 08:33:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729575AbfJIIdd (ORCPT ); Wed, 9 Oct 2019 04:33:33 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:37890 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726068AbfJIIdd (ORCPT ); Wed, 9 Oct 2019 04:33:33 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id E8759EA64E1B4E4E2FBD; Wed, 9 Oct 2019 16:33:31 +0800 (CST) Received: from huawei.com (10.90.53.225) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.439.0; Wed, 9 Oct 2019 16:33:23 +0800 From: zhengbin To: , , CC: Subject: [PATCH 0/2] usb: gadget: Remove set but not used variable 'opts' Date: Wed, 9 Oct 2019 16:40:32 +0800 Message-ID: <1570610434-68293-1-git-send-email-zhengbin13@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.90.53.225] X-CFilter-Loop: Reflected Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org zhengbin (2): usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_config usb: gadget: Remove set but not used variable 'opts' in msg_do_config drivers/usb/gadget/legacy/acm_ms.c | 3 --- drivers/usb/gadget/legacy/mass_storage.c | 3 --- 2 files changed, 6 deletions(-) --- 2.7.4