Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106643
b: refs/heads/master
c: 2fc5577
h: refs/heads/master
i:
  106641: edea08a
  106639: 222549f
v: v3
  • Loading branch information
David Sterba authored and Linus Torvalds committed Jul 28, 2008
1 parent 8202dfe commit 1d4f0cb
Show file tree
Hide file tree
Showing 3 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: 63c4dbd1023b9acd516d71635b06741962cc8a0f
refs/heads/master: 2fc5577e1729ac303ad8b9547f8ccdb057076998
2 changes: 1 addition & 1 deletion trunk/drivers/char/pcmcia/ipwireless/hardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ static irqreturn_t ipwireless_handle_v2_v3_interrupt(int irq,
return IRQ_HANDLED;
}

irqreturn_t ipwireless_interrupt(int irq, void *dev_id, struct pt_regs *regs)
irqreturn_t ipwireless_interrupt(int irq, void *dev_id)
{
struct ipw_hardware *hw = dev_id;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/pcmcia/ipwireless/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct ipw_network;

struct ipw_hardware *ipwireless_hardware_create(void);
void ipwireless_hardware_free(struct ipw_hardware *hw);
irqreturn_t ipwireless_interrupt(int irq, void *dev_id, struct pt_regs *regs);
irqreturn_t ipwireless_interrupt(int irq, void *dev_id);
int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
int state);
int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
Expand Down

0 comments on commit 1d4f0cb

Please sign in to comment.