diff options
| -rw-r--r-- | drivers/net/skge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/skge.c b/drivers/net/skge.c index df30274aad11..596c93b12daa 100644 --- a/drivers/net/skge.c +++ b/drivers/net/skge.c | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | #include "skge.h" | 43 | #include "skge.h" |
| 44 | 44 | ||
| 45 | #define DRV_NAME "skge" | 45 | #define DRV_NAME "skge" |
| 46 | #define DRV_VERSION "1.1" | 46 | #define DRV_VERSION "1.2" |
| 47 | #define PFX DRV_NAME " " | 47 | #define PFX DRV_NAME " " |
| 48 | 48 | ||
| 49 | #define DEFAULT_TX_RING_SIZE 128 | 49 | #define DEFAULT_TX_RING_SIZE 128 |
| @@ -3273,7 +3273,7 @@ static int __devinit skge_probe(struct pci_dev *pdev, | |||
| 3273 | if (err) | 3273 | if (err) |
| 3274 | goto err_out_free_irq; | 3274 | goto err_out_free_irq; |
| 3275 | 3275 | ||
| 3276 | printk(KERN_INFO PFX "addr 0x%lx irq %d chip %s rev %d\n", | 3276 | printk(KERN_INFO PFX DRV_VERSION " addr 0x%lx irq %d chip %s rev %d\n", |
| 3277 | pci_resource_start(pdev, 0), pdev->irq, | 3277 | pci_resource_start(pdev, 0), pdev->irq, |
| 3278 | skge_board_name(hw), hw->chip_rev); | 3278 | skge_board_name(hw), hw->chip_rev); |
| 3279 | 3279 | ||
