Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354968
b: refs/heads/master
c: 25c22d5
h: refs/heads/master
v: v3
  • Loading branch information
channing authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent 7ba0716 commit 693e175
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 867ff9880d5d71a38433c0471bc09bcc10851f36
refs/heads/master: 25c22d5bead5b0211f3ecc84fd6152dfdf95c75d
3 changes: 2 additions & 1 deletion trunk/drivers/misc/ti-st/st_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ void st_int_recv(void *disc_data,
char *ptr;
struct st_proto_s *proto;
unsigned short payload_len = 0;
int len = 0, type = 0;
int len = 0;
unsigned char type = 0;
unsigned char *plen;
struct st_data_s *st_gdata = (struct st_data_s *)disc_data;
unsigned long flags;
Expand Down

0 comments on commit 693e175

Please sign in to comment.