]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
cxlflash: Removed driver date print
authorUma Krishnan <ukrishn@linux.vnet.ibm.com>
Mon, 14 Dec 2015 21:06:33 +0000 (15:06 -0600)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 7 Jan 2016 01:51:14 +0000 (20:51 -0500)
Having a date for the driver requires it to be updated quite
often. Removing the date which is not necessary. Also made
use of the existing symbol to print the driver name.

Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Acked-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/cxlflash/main.c
drivers/scsi/cxlflash/main.h

index 09fe252ac19b468fcf4443476fa5982ff7e93fc2..35a32024f1c0d3c4c23bcf35baa86a6be7b21d10 100644 (file)
@@ -2585,8 +2585,7 @@ static struct pci_driver cxlflash_driver = {
  */
 static int __init init_cxlflash(void)
 {
-       pr_info("%s: IBM Power CXL Flash Adapter: %s\n",
-               __func__, CXLFLASH_DRIVER_DATE);
+       pr_info("%s: %s\n", __func__, CXLFLASH_ADAPTER_NAME);
 
        cxlflash_list_init();
 
index 60324566c14f4f85a5178581d39648e5c5115e00..7e2d0e1bb82d151e5415d516477d198ddd23375b 100644 (file)
@@ -22,7 +22,6 @@
 
 #define CXLFLASH_NAME          "cxlflash"
 #define CXLFLASH_ADAPTER_NAME  "IBM POWER CXL Flash Adapter"
-#define CXLFLASH_DRIVER_DATE   "(August 13, 2015)"
 
 #define PCI_DEVICE_ID_IBM_CORSA        0x04F0
 #define CXLFLASH_SUBS_DEV_ID   0x04F0