Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 442
b: refs/heads/master
c: 7366d36
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 26, 2005
1 parent 022bfe1 commit 4a7f8aa
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: 2c6e75999000ebc942526466dbd0de37bfac73a4
refs/heads/master: 7366d36cb967d7a3ac324c789a8b718e61d01b31
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-mpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#define CSR_RXAK 0x01

struct mpc_i2c {
char *base;
void __iomem *base;
u32 interrupt;
wait_queue_head_t queue;
struct i2c_adapter adap;
Expand Down Expand Up @@ -444,7 +444,7 @@ static int fsl_i2c_probe(struct device *device)

fail_add:
if (i2c->irq != 0)
free_irq(i2c->irq, 0);
free_irq(i2c->irq, NULL);
fail_irq:
iounmap(i2c->base);
fail_map:
Expand Down

0 comments on commit 4a7f8aa

Please sign in to comment.