Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221711
b: refs/heads/master
c: 38b7a2a
h: refs/heads/master
i:
  221709: 7bbb4f8
  221707: ed477c7
  221703: bb66565
  221695: b5656fa
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Nov 12, 2010
1 parent 90a628d commit 5c26854
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: 8818b6719f1ecfdc1f27761704d0c9e2cbc48250
refs/heads/master: 38b7a2ae0ad3e29e1881b82c0f421ba5db148e3d
4 changes: 2 additions & 2 deletions trunk/drivers/macintosh/adb-iop.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static void adb_iop_end_req(struct adb_request *req, int state)
static void adb_iop_complete(struct iop_msg *msg)
{
struct adb_request *req;
uint flags;
unsigned long flags;

local_irq_save(flags);

Expand All @@ -103,7 +103,7 @@ static void adb_iop_listen(struct iop_msg *msg)
{
struct adb_iopmsg *amsg = (struct adb_iopmsg *) msg->message;
struct adb_request *req;
uint flags;
unsigned long flags;
#ifdef DEBUG_ADB_IOP
int i;
#endif
Expand Down

0 comments on commit 5c26854

Please sign in to comment.