Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353727
b: refs/heads/master
c: 6e9430a
h: refs/heads/master
i:
  353725: 503c0d6
  353723: caf42b5
  353719: 26554fc
  353711: 64568a4
  353695: e9d857b
  353663: 648a7ac
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 6, 2013
1 parent 05b8f59 commit d14938f
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: 9f3b795a626ee79574595e06d1437fe0c7d51d29
refs/heads/master: 6e9430ac57e8c1f41ab24ef7fbb3d452c7eb7246
4 changes: 2 additions & 2 deletions trunk/drivers/tty/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -2906,9 +2906,9 @@ void do_SAK(struct tty_struct *tty)

EXPORT_SYMBOL(do_SAK);

static int dev_match_devt(struct device *dev, void *data)
static int dev_match_devt(struct device *dev, const void *data)
{
dev_t *devt = data;
const dev_t *devt = data;
return dev->devt == *devt;
}

Expand Down

0 comments on commit d14938f

Please sign in to comment.