Skip to content

Commit

Permalink
i8k: Drop driver version number and info message at startup
Browse files Browse the repository at this point in the history
The driver version number is long since obsolete, so drop it.
Also, drop the info message at driver startup to reduce boot noise.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Guenter Roeck authored and Greg Kroah-Hartman committed Dec 19, 2013
1 parent e33b488 commit 14d3238
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/char/i8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@

#include <linux/i8k.h>

#define I8K_VERSION "1.14 21/02/2005"

#define I8K_SMM_FN_STATUS 0x0025
#define I8K_SMM_POWER_STATUS 0x0069
#define I8K_SMM_SET_FAN 0x01a3
Expand Down Expand Up @@ -762,9 +760,6 @@ static int __init i8k_init(void)
if (err)
goto exit_remove_proc;

pr_info("Dell laptop SMM driver v%s Massimo Dal Zotto (dz@debian.org)\n",
I8K_VERSION);

return 0;

exit_remove_proc:
Expand Down

0 comments on commit 14d3238

Please sign in to comment.