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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28287C433FE for ; Tue, 28 Sep 2021 23:55:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 10FF660C41 for ; Tue, 28 Sep 2021 23:55:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243477AbhI1X4x (ORCPT ); Tue, 28 Sep 2021 19:56:53 -0400 Received: from esa.microchip.iphmx.com ([68.232.153.233]:8287 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243323AbhI1X4Y (ORCPT ); Tue, 28 Sep 2021 19:56:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1632873284; x=1664409284; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2TBgNgbXD+9VkJ/zbw10wfQm5ul4uiK1ODKrlqAsW+I=; b=malFWeFkTRr7HZjnqWXQ9QbeVZHgCL2W9fUA0LjtuW4W+TawsKMaNSAE 026vESmS/KfADcl+e2SchpKUz1NDvRCnPM6zHB0ahAoyR3aJ01+P8XTgg XAOO7I7pp/VIqp7eSwiMCIIe7NLZRc9/01/i2EphNHkZ3qQYUb+2I3D5Z Ab3BY1gnai+fNhCKuT1VA6vIsxsNEzZhe8P4aXZ9u64WOlTzjI1puWhuV i4NsmvCc9M7PM7aBE3lLLu5vTe1+S/8icKWK301NYEq2Stcs8oM1r7gfq gOjRTywNxeGjLO4tPJ6QPmz9aCG8og93RZf71SYEfM4ZHiJuliBktwfJQ g==; IronPort-SDR: luY3H5KJ/KQCFNkZdOenap+4cau8YmNCUDd9VDrYVrnPJW3mJJCnwfoPb4rr+ZmFOhPXGdfz69 6TWJ9QnPOMOWwO4GsG2KSf5Uh1Jw6dfoxZcTIWzBpqrLeGeO8RWlBo7VPqyu/35lODRCXULN+j yYvq18q1etg8aLuA2LkU7dnXNi+fkCdPhA2BApFCN6R3GRn0uDkoPwtTuG9tlQiADecDXtY7Ut nunCiDDHKHN4vm3sAQssXTjWKxxlaLEPd1pObi1rsL/OEcVOb9M4xS/yWL+g1mN55OuUCepfI3 VlpflSZ79qUaxk9uF7u82fRy X-IronPort-AV: E=Sophos;i="5.85,330,1624345200"; d="scan'208";a="138333251" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Sep 2021 16:54:43 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.14; Tue, 28 Sep 2021 16:54:43 -0700 Received: from brunhilda.pdev.net (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2176.14 via Frontend Transport; Tue, 28 Sep 2021 16:54:42 -0700 Received: by brunhilda.pdev.net (Postfix, from userid 1467) id 9DE63702943; Tue, 28 Sep 2021 18:54:42 -0500 (CDT) From: Don Brace To: , , , CC: , , , , , , , , , , , , , , , Subject: [smartpqi updates PATCH V2 11/11] smartpqi: update version to 2.1.12-055 Date: Tue, 28 Sep 2021 18:54:42 -0500 Message-ID: <20210928235442.201875-12-don.brace@microchip.com> X-Mailer: git-send-email 2.28.0.rc1.9.ge7ae437ac1 In-Reply-To: <20210928235442.201875-1-don.brace@microchip.com> References: <20210928235442.201875-1-don.brace@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update driver version to reflect changes. Reviewed-by: Scott Benesh Reviewed-by: Scott Teel Reviewed-by: Mike McGowen Signed-off-by: Don Brace --- drivers/scsi/smartpqi/smartpqi_init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c index ffa217874352..b966ce3b4385 100644 --- a/drivers/scsi/smartpqi/smartpqi_init.c +++ b/drivers/scsi/smartpqi/smartpqi_init.c @@ -33,11 +33,11 @@ #define BUILD_TIMESTAMP #endif -#define DRIVER_VERSION "2.1.10-020" +#define DRIVER_VERSION "2.1.12-055" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 1 -#define DRIVER_RELEASE 10 -#define DRIVER_REVISION 20 +#define DRIVER_RELEASE 12 +#define DRIVER_REVISION 55 #define DRIVER_NAME "Microchip SmartPQI Driver (v" \ DRIVER_VERSION BUILD_TIMESTAMP ")" -- 2.28.0.rc1.9.ge7ae437ac1