diff options
Diffstat (limited to 'drivers/net/phy/spi_ks8995.c')
-rw-r--r-- | drivers/net/phy/spi_ks8995.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/phy/spi_ks8995.c b/drivers/net/phy/spi_ks8995.c index 4eb98bc52a0a..1c3abce78b6a 100644 --- a/drivers/net/phy/spi_ks8995.c +++ b/drivers/net/phy/spi_ks8995.c | |||
@@ -11,6 +11,8 @@ | |||
11 | * by the Free Software Foundation. | 11 | * by the Free Software Foundation. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
15 | |||
14 | #include <linux/types.h> | 16 | #include <linux/types.h> |
15 | #include <linux/kernel.h> | 17 | #include <linux/kernel.h> |
16 | #include <linux/init.h> | 18 | #include <linux/init.h> |
@@ -356,7 +358,7 @@ static struct spi_driver ks8995_driver = { | |||
356 | 358 | ||
357 | static int __init ks8995_init(void) | 359 | static int __init ks8995_init(void) |
358 | { | 360 | { |
359 | printk(KERN_INFO DRV_DESC " version " DRV_VERSION"\n"); | 361 | pr_info(DRV_DESC " version " DRV_VERSION "\n"); |
360 | 362 | ||
361 | return spi_register_driver(&ks8995_driver); | 363 | return spi_register_driver(&ks8995_driver); |
362 | } | 364 | } |