Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231560
b: refs/heads/master
c: e78bf5e
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jan 17, 2011
1 parent 694d02e commit ede46db
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: 8a335bc631ac9c43675821580c26ebf95a3044ba
refs/heads/master: e78bf5e6cbe837daa6ab628a5f679548742994d3
2 changes: 1 addition & 1 deletion trunk/drivers/nfc/pn544.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct pn544_info {
struct mutex read_mutex; /* Serialize read_irq access */
struct mutex mutex; /* Serialize info struct access */
u8 *buf;
unsigned int buflen;
size_t buflen;
};

static const char reg_vdd_io[] = "Vdd_IO";
Expand Down

0 comments on commit ede46db

Please sign in to comment.