Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269503
b: refs/heads/master
c: 8c31eb0
h: refs/heads/master
i:
  269501: bc1da14
  269499: ce93644
  269495: ad0945f
  269487: 25f5327
  269471: 3efb322
  269439: 1ded5f9
v: v3
  • Loading branch information
Dmitry Torokhov committed Oct 11, 2011
1 parent cdd3893 commit 0bf35c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 843e784afe164ac8c75a97259d54cf489be74bb9
refs/heads/master: 8c31eb01e1ab91df69c60554b9aec2d522d414e0
6 changes: 3 additions & 3 deletions trunk/drivers/input/serio/serio_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ static int serio_raw_release(struct inode *inode, struct file *file)
return 0;
}

static int serio_raw_fetch_byte(struct serio_raw *serio_raw, char *c)
static bool serio_raw_fetch_byte(struct serio_raw *serio_raw, char *c)
{
int empty;
bool empty;

serio_pause_rx(serio_raw->serio);

Expand Down Expand Up @@ -394,7 +394,7 @@ static struct serio_driver serio_raw_drv = {
.connect = serio_raw_connect,
.reconnect = serio_raw_reconnect,
.disconnect = serio_raw_disconnect,
.manual_bind = 1,
.manual_bind = true,
};

static int __init serio_raw_init(void)
Expand Down

0 comments on commit 0bf35c5

Please sign in to comment.