From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin K. Petersen" Subject: Re: [PATCH -next] scsi: lpfc: Remove set but not used variables 'qp' Date: Tue, 04 Jun 2019 22:30:23 -0400 Message-ID: References: <20190531152745.7928-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20190531152745.7928-1-yuehaibing@huawei.com> (yuehaibing@huawei.com's message of "Fri, 31 May 2019 23:27:45 +0800") Sender: linux-kernel-owner@vger.kernel.org To: YueHaibing Cc: james.smart@broadcom.com, dick.kennedy@broadcom.com, jejb@linux.ibm.com, martin.petersen@oracle.com, jsmart2021@gmail.com, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org List-Id: linux-scsi@vger.kernel.org YueHaibing, > Fixes gcc '-Wunused-but-set-variable' warnings: > > drivers/scsi/lpfc/lpfc_init.c: In function lpfc_setup_cq_lookup: > drivers/scsi/lpfc/lpfc_init.c:9359:30: warning: variable qp set but not used [-Wunused-but-set-variable] Applied to 5.3/scsi-queue, thanks. -- Martin K. Petersen Oracle Linux Engineering From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,T_DKIMWL_WL_HIGH,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AE21C28CC3 for ; Wed, 5 Jun 2019 02:30:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1F1B32075C for ; Wed, 5 Jun 2019 02:30:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="tU+in632" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726633AbfFECaj (ORCPT ); Tue, 4 Jun 2019 22:30:39 -0400 Received: from userp2130.oracle.com ([156.151.31.86]:50778 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726454AbfFECai (ORCPT ); Tue, 4 Jun 2019 22:30:38 -0400 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x552Ok2H036073; Wed, 5 Jun 2019 02:30:28 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=to : cc : subject : from : references : date : in-reply-to : message-id : mime-version : content-type; s=corp-2018-07-02; bh=ogAaepzk5fl8eapzVLAsr9rmRwKUDdt6WKSPWKOKGgI=; b=tU+in632OuDoLOLvqIzMmN8U2Va4N1lc/383Rkl/6Ghrcr0QEX9ZjlTNtpWcK0tpPyEI E73zniqSgvTVYVF31hIiVQVnfSk+exMc5tC5KFcANxmHsQtZx5IL/cHkiEIqaIu6hbx6 RkKbKt2o67WtAuC+0y4rNR7ZQ+3TqnGR54XoiQEVX1bOTQdwqkg4dvJZW67pod4AnLRM BXOZA1VhITdrgACuE07kpGRNFi6poxTbXpvTeqY0KFcjOdQiSGhvpDxqnKXrfGjvAPvb JnlMKg9/giOmSwR3O5oB8NlWKF//Ux6lHvZXe5XhICtP/WZHkL/3GSdK5ZPLqVk/qq3C +w== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2130.oracle.com with ESMTP id 2sugstgbt7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 05 Jun 2019 02:30:27 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x552U21H131203; Wed, 5 Jun 2019 02:30:27 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserp3020.oracle.com with ESMTP id 2swnghny4y-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 05 Jun 2019 02:30:27 +0000 Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id x552UQqp023163; Wed, 5 Jun 2019 02:30:26 GMT Received: from ca-mkp.ca.oracle.com (/10.159.214.123) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 04 Jun 2019 19:30:26 -0700 To: YueHaibing Cc: , , , , , , Subject: Re: [PATCH -next] scsi: lpfc: Remove set but not used variables 'qp' From: "Martin K. Petersen" Organization: Oracle Corporation References: <20190531152745.7928-1-yuehaibing@huawei.com> Date: Tue, 04 Jun 2019 22:30:23 -0400 In-Reply-To: <20190531152745.7928-1-yuehaibing@huawei.com> (yuehaibing@huawei.com's message of "Fri, 31 May 2019 23:27:45 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9278 signatures=668687 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=810 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1906050013 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9278 signatures=668687 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=863 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1906050013 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org YueHaibing, > Fixes gcc '-Wunused-but-set-variable' warnings: > > drivers/scsi/lpfc/lpfc_init.c: In function lpfc_setup_cq_lookup: > drivers/scsi/lpfc/lpfc_init.c:9359:30: warning: variable qp set but not used [-Wunused-but-set-variable] Applied to 5.3/scsi-queue, thanks. -- Martin K. Petersen Oracle Linux Engineering