Skip to content

Commit

Permalink
[PATCH] i2c-sis96x: Remove an init-time log message
Browse files Browse the repository at this point in the history
This patch removes an init-time kernel log message.
http://marc.theaimsgroup.com/?l=linux-kernel&m=114232987208628&w=3

Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mark M. Hoffman authored and Greg Kroah-Hartman committed Apr 14, 2006
1 parent ac987c1 commit 3cb8e1a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/i2c/busses/i2c-sis96x.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@
#include <linux/init.h>
#include <asm/io.h>

/*
HISTORY:
2003-05-11 1.0.0 Updated from lm_sensors project for kernel 2.5
(was i2c-sis645.c from lm_sensors 2.7.0)
*/
#define SIS96x_VERSION "1.0.0"

/* base address register in PCI config space */
#define SIS96x_BAR 0x04

Expand Down Expand Up @@ -337,7 +330,6 @@ static struct pci_driver sis96x_driver = {

static int __init i2c_sis96x_init(void)
{
printk(KERN_INFO "i2c-sis96x version %s\n", SIS96x_VERSION);
return pci_register_driver(&sis96x_driver);
}

Expand Down

0 comments on commit 3cb8e1a

Please sign in to comment.