summaryrefslogtreecommitdiff
path: root/src/superio/smsc
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc')
-rw-r--r--src/superio/smsc/lpc47m15x/superio.c1
-rw-r--r--src/superio/smsc/lpc47n227/superio.c1
-rw-r--r--src/superio/smsc/mec1308/superio.c1
-rw-r--r--src/superio/smsc/smscsuperio/superio.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/smsc/lpc47m15x/superio.c b/src/superio/smsc/lpc47m15x/superio.c
index 6f57133c82..8cba7bbe47 100644
--- a/src/superio/smsc/lpc47m15x/superio.c
+++ b/src/superio/smsc/lpc47m15x/superio.c
@@ -43,7 +43,6 @@ static void enable_dev(struct device *dev)
static void lpc47m15x_init(struct device *dev)
{
-
if (!dev->enabled)
return;
diff --git a/src/superio/smsc/lpc47n227/superio.c b/src/superio/smsc/lpc47n227/superio.c
index edcc2717c9..172084ffad 100644
--- a/src/superio/smsc/lpc47n227/superio.c
+++ b/src/superio/smsc/lpc47n227/superio.c
@@ -106,7 +106,6 @@ void lpc47n227_pnp_enable(struct device *dev)
*/
static void lpc47n227_init(struct device *dev)
{
-
if (!dev->enabled)
return;
diff --git a/src/superio/smsc/mec1308/superio.c b/src/superio/smsc/mec1308/superio.c
index 39e100ece9..83060cc5fe 100644
--- a/src/superio/smsc/mec1308/superio.c
+++ b/src/superio/smsc/mec1308/superio.c
@@ -11,7 +11,6 @@
static void mec1308_init(struct device *dev)
{
-
if (!dev->enabled)
return;
diff --git a/src/superio/smsc/smscsuperio/superio.c b/src/superio/smsc/smscsuperio/superio.c
index 3ba8216961..d9aa4777e5 100644
--- a/src/superio/smsc/smscsuperio/superio.c
+++ b/src/superio/smsc/smscsuperio/superio.c
@@ -216,7 +216,6 @@ static void enable_dev(struct device *dev)
u8 test7;
if (first_time) {
-
pnp_enter_conf_mode_55(dev);
/* Read the device ID and revision of the Super I/O chip. */