Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319154
b: refs/heads/master
c: a55b44a
h: refs/heads/master
v: v3
  • Loading branch information
Marc Kleine-Budde authored and Wolfram Sang committed Jul 9, 2012
1 parent 194122d commit f7369d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51a0c8d0b8a877f41e9be62fb1e946ec682611c1
refs/heads/master: a55b44ac3fe07d4e89486817732b596fce6ab9f6
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static int mxs_i2c_wait_for_data(struct mxs_i2c_dev *i2c)

static int mxs_i2c_finish_read(struct mxs_i2c_dev *i2c, u8 *buf, int len)
{
u32 data;
u32 uninitialized_var(data);
int i;

for (i = 0; i < len; i++) {
Expand Down

0 comments on commit f7369d9

Please sign in to comment.