From patchwork Mon Jul 27 19:58:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Don Brace X-Patchwork-Id: 11687529 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 F14C1912 for ; Mon, 27 Jul 2020 19:59:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DDF7520759 for ; Mon, 27 Jul 2020 19:59:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729220AbgG0T7J (ORCPT ); Mon, 27 Jul 2020 15:59:09 -0400 Received: from esa1.microchip.iphmx.com ([68.232.147.91]:53054 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728092AbgG0T7I (ORCPT ); Mon, 27 Jul 2020 15:59:08 -0400 IronPort-SDR: YN1HS/X3OOR2+fljVxOuPU252wEFZoNSv3a7xZw56lYo5kSvgrFzIsdtFDFKGGpbjMvvobC29k Sub27s9czHO2MDJowGWQcZdAEDCwd2isBqzpmmiel4f0XZqYu/rNf5mwXJQ/2Pw32i9g5yENLQ hwx6chFS/Q3r8vYQ5lL+C8pz5TdGw1q9ZsXjHy/HEDaSzLoj0sOyjOx+COOY1/U+krgGtxFoCm RkmJiAXP6wDE0/jFTJzyYsOhkEEZUEQ2zXS5lT6e0KmP15HJPmcvH/L7pIEZGTHp+tjVpL5DRc B3s= X-IronPort-AV: E=Sophos;i="5.75,403,1589266800"; d="scan'208";a="89304415" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 27 Jul 2020 12:58:46 -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, 27 Jul 2020 12:58:45 -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, 27 Jul 2020 12:58:02 -0700 Subject: [PATCH V3 4/4] hpsa: bump version From: Don Brace To: , , , , , , , , , , CC: Date: Mon, 27 Jul 2020 14:58:45 -0500 Message-ID: <159587992554.28270.4152101997461324683.stgit@brunhilda> In-Reply-To: <159587987792.28270.15427178888235104199.stgit@brunhilda> References: <159587987792.28270.15427178888235104199.stgit@brunhilda> User-Agent: StGit/0.23-dirty MIME-Version: 1.0 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 9286e60b8cc4..91794a50b31f 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"