smsc911x: No need to print driver version
Having the kernel to print: "smsc911x: Driver version 2008-10-21" on every boot is not very useful, so remove the print of the driver version. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1e87af97e6
commit
f845b335f1
@ -2380,8 +2380,6 @@ static int smsc911x_drv_probe(struct platform_device *pdev)
|
||||
int res_size, irq_flags;
|
||||
int retval;
|
||||
|
||||
pr_info("Driver version %s\n", SMSC_DRV_VERSION);
|
||||
|
||||
res = platform_get_resource_byname(pdev, IORESOURCE_MEM,
|
||||
"smsc911x-memory");
|
||||
if (!res)
|
||||
|
Loading…
x
Reference in New Issue
Block a user