summaryrefslogtreecommitdiff
path: root/common/i2c_wedge.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/i2c_wedge.c')
-rw-r--r--common/i2c_wedge.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/i2c_wedge.c b/common/i2c_wedge.c
index 4fda02896c..7c8ff6be5a 100644
--- a/common/i2c_wedge.c
+++ b/common/i2c_wedge.c
@@ -327,8 +327,7 @@ static int command_i2c_wedge(int argc, char **argv)
DECLARE_CONSOLE_COMMAND(i2cwedge, command_i2c_wedge,
"i2cwedge slave_addr out_byte "
"[wedge_flag [wedge_bit_count]]",
- "Wedge host I2C bus",
- NULL);
+ "Wedge host I2C bus");
static int command_i2c_unwedge(int argc, char **argv)
{
@@ -338,6 +337,5 @@ static int command_i2c_unwedge(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(i2cunwedge, command_i2c_unwedge,
"",
- "Unwedge host I2C bus",
- NULL);
+ "Unwedge host I2C bus");