Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761466Ab3IDUMb (ORCPT ); Wed, 4 Sep 2013 16:12:31 -0400 Received: from g4t0016.houston.hp.com ([15.201.24.19]:25368 "EHLO g4t0016.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761170Ab3IDUM2 (ORCPT ); Wed, 4 Sep 2013 16:12:28 -0400 Date: Wed, 4 Sep 2013 15:12:27 -0500 From: Mike Miller To: Andrew Morton Cc: LKML , LKML-scsi Subject: [PATCH 4/4] hpsa: bump driver version to reflect changes Message-ID: <20130904201227.GD28147@beardog.cce.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 949 Lines: 30 Patch 4 of 4 From: Mike Miller Changes the version of hpsa so we know something has changed. Please consider this for inclusion. Signed-off-by: Mike Miller --- drivers/scsi/hpsa.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 5097e0c..9bf6304 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -54,7 +54,7 @@ #include "hpsa.h" /* HPSA_DRIVER_VERSION must be 3 byte values (0-255) separated by '.' */ -#define HPSA_DRIVER_VERSION "2.0.2-1" +#define HPSA_DRIVER_VERSION "3.4.0-1" #define DRIVER_NAME "HP HPSA Driver (v " HPSA_DRIVER_VERSION ")" #define HPSA "hpsa" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/