Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254170
b: refs/heads/master
c: 9d031d9
h: refs/heads/master
v: v3
  • Loading branch information
Shahar Lev authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 13e4058 commit d50a5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bb2b43fefab723f4a0760146e7bed59d41a50e53
refs/heads/master: 9d031d94da453077bbc6108b7822fc751ac85299
4 changes: 2 additions & 2 deletions trunk/drivers/misc/ti-st/st_kim.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ void skip_change_remote_baud(unsigned char **ptr, long *len)
pr_err("invalid action after change remote baud command");
} else {
*ptr = *ptr + sizeof(struct bts_action) +
((struct bts_action *)nxt_action)->size;
((struct bts_action *)cur_action)->size;
*len = *len - (sizeof(struct bts_action) +
((struct bts_action *)nxt_action)->size);
((struct bts_action *)cur_action)->size);
/* warn user on not commenting these in firmware */
pr_warn("skipping the wait event of change remote baud");
}
Expand Down

0 comments on commit d50a5d6

Please sign in to comment.