On Jul 29 Dan Williams wrote: > @@ -540,7 +548,8 @@ static __init int isci_init(void) > { > int err; > > - pr_info("%s: Intel(R) C600 SAS Controller Driver\n", DRV_NAME); > + pr_info("%s: Intel(R) C600 SAS Controller Driver - version %s\n", > + DRV_NAME, DRV_VERSION); Why? There is already a version number. Like 2.6.39, 3.0, 3.1. Besides, just - pr_info("%s: Intel(R) C600 SAS Controller Driver\n", DRV_NAME); would be the most correct thing to do here. -- Stefan Richter -=====-==-== -=== ====- http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html