Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122168
b: refs/heads/master
c: 4174439
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and David S. Miller committed Nov 26, 2008
1 parent ec7ef13 commit a3f1a7d
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: ef0cd87ef6326609be8abf19030101be24cc5703
refs/heads/master: 4174439ef5894964803c6300e7e88d97e075e4c0
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/z85230.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ EXPORT_SYMBOL(z8530_nop);
irqreturn_t z8530_interrupt(int irq, void *dev_id)
{
struct z8530_dev *dev=dev_id;
u8 intr;
u8 uninitialized_var(intr);
static volatile int locker=0;
int work=0;
struct z8530_irqhandler *irqs;
Expand Down

0 comments on commit a3f1a7d

Please sign in to comment.