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=-10.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 6DEDCC433DF for ; Mon, 20 Jul 2020 21:53:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4D5E5208E4 for ; Mon, 20 Jul 2020 21:53:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726930AbgGTVxL (ORCPT ); Mon, 20 Jul 2020 17:53:11 -0400 Received: from esa6.microchip.iphmx.com ([216.71.154.253]:18961 "EHLO esa6.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726691AbgGTVxK (ORCPT ); Mon, 20 Jul 2020 17:53:10 -0400 IronPort-SDR: E8g57/CJxM9YVZwjB6kLiRcsxzE6FNiwdKovTkR1sgItvnUMjNKzq4y2k8sYHs3RQVNIeI88i5 7SVekfeyHbsaE1k+44N0fkVR/hvDrAe2JtxuwKN5JyiX90dQHmCizNzwyG3TE+q1MMv7/AvIAo SYy04a4q7lsxXg7VIZuCqExZCDorN/+qJ3ryNhf9tZaHx+zVMroBvl1Sf+4LmkLXxkZpvPpHcV uEP67V+/fHK3rbR6hWTH1MIxYkJrm5NzT+xz+tsUDTF2M9yVPrrO0ZfQwWcJS+rZWX5hT3Af34 4U8= X-IronPort-AV: E=Sophos;i="5.75,375,1589266800"; d="scan'208";a="19897280" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 20 Jul 2020 14:53:09 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Mon, 20 Jul 2020 14:53:09 -0700 Received: from [127.0.1.1] (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.1979.3 via Frontend Transport; Mon, 20 Jul 2020 14:52:32 -0700 Subject: [PATCH 4/4] hpsa: bump version From: Don Brace To: , , , , , , , , , , CC: Date: Mon, 20 Jul 2020 16:53:09 -0500 Message-ID: <159528198909.24772.9189002306398058371.stgit@brunhilda> In-Reply-To: <159528193513.24772.2142294136346611232.stgit@brunhilda> References: <159528193513.24772.2142294136346611232.stgit@brunhilda> User-Agent: StGit/0.23-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Reviewed-off-by: Gerry Morong Signed-off-by: Don Brace --- drivers/scsi/hpsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index bd96bb6d0e0a..90c36d75bf92 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -59,7 +59,7 @@ * HPSA_DRIVER_VERSION must be 3 byte values (0-255) separated by '.' * with an optional trailing '-' followed by a byte value (0-255). */ -#define HPSA_DRIVER_VERSION "3.4.20-170" +#define HPSA_DRIVER_VERSION "3.4.20-200" #define DRIVER_NAME "HP HPSA Driver (v " HPSA_DRIVER_VERSION ")" #define HPSA "hpsa"