diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-11-04 01:21:49 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-11-04 01:21:49 +0000 |
| commit | de26c73155eff0146cfaad45fa78275ccf8abada (patch) | |
| tree | c458a7dd98cc26f432be201833d3b951d7fc5f4b /sys/mips | |
| parent | 953cec6432f6704c4ba8dbf6face2d10d0899a9d (diff) | |
Notes
Diffstat (limited to 'sys/mips')
| -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 eca41226cd80..96f982066702 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; |
