aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/platform/olpc/olpc-ec.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/platform/olpc/olpc-ec.c b/drivers/platform/olpc/olpc-ec.c
index cfba41fb04de..a3d32c2eeb1a 100644
--- a/drivers/platform/olpc/olpc-ec.c
+++ b/drivers/platform/olpc/olpc-ec.c
@@ -113,11 +113,6 @@ int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen)
113 struct olpc_ec_priv *ec = ec_priv; 113 struct olpc_ec_priv *ec = ec_priv;
114 struct ec_cmd_desc desc; 114 struct ec_cmd_desc desc;
115 115
116 /* XXX: this will be removed in later patches */
117 /* Are we using old-style callers? */
118 if (!ec_driver || !ec_driver->ec_cmd)
119 return olpc_ec_cmd_x86(cmd, inbuf, inlen, outbuf, outlen);
120
121 /* Ensure a driver and ec hook have been registered */ 116 /* Ensure a driver and ec hook have been registered */
122 if (WARN_ON(!ec_driver || !ec_driver->ec_cmd)) 117 if (WARN_ON(!ec_driver || !ec_driver->ec_cmd))
123 return -ENODEV; 118 return -ENODEV;