diff options
Diffstat (limited to 'sys/mips/rmi/xlr_i2c.c')
-rw-r--r-- | sys/mips/rmi/xlr_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/rmi/xlr_i2c.c b/sys/mips/rmi/xlr_i2c.c index eca4122..96f9820 100644 --- a/sys/mips/rmi/xlr_i2c.c +++ b/sys/mips/rmi/xlr_i2c.c @@ -332,7 +332,7 @@ retry: continue; if (pos >= len) - break;; + break; } *sent = len - 1; return 0; |