| commit | 467fcb8094c15b6989a1a529e266f7cd2d82c4ea | [log] [tgz] |
|---|---|---|
| author | Anderson Lizardo <anderson.lizardo@openbossa.org> | Wed Nov 16 09:20:01 2011 -0400 |
| committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Nov 17 13:57:53 2011 +0200 |
| tree | 2e30f0c44a74c630103ad98c92294f0ded6697d2 | |
| parent | fb844615390f3ba6b3703afb085167ef7ada9b03 [diff] |
btio: Fix errno handling convention Variables which are assigned to the errno variable (usually called "err") should be negative, and "-err" should be used where a positive value is needed.