Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73790
b: refs/heads/master
c: 186fd77
h: refs/heads/master
v: v3
  • Loading branch information
Frank Lichtenheld authored and David S. Miller committed Nov 14, 2007
1 parent a90db7f commit 5102745
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: e1cd8f78f8cbfa314a095dbf704707217c8ee197
refs/heads/master: 186fd777a8c63c28acdbcb0e9aefa7ebc858641e
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/sc/card.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void memcpy_fromshmem(int card, void *dest, const void *src, size_t n);
int get_card_from_id(int driver);
int indicate_status(int card, int event, ulong Channel, char *Data);
irqreturn_t interrupt_handler(int interrupt, void *cardptr);
int sndpkt(int devId, int channel, struct sk_buff *data);
int sndpkt(int devId, int channel, int ack, struct sk_buff *data);
void rcvpkt(int card, RspMessage *rcvmsg);
int command(isdn_ctrl *cmd);
int reset(int card);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/sc/packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "message.h"
#include "card.h"

int sndpkt(int devId, int channel, struct sk_buff *data)
int sndpkt(int devId, int channel, int ack, struct sk_buff *data)
{
LLData ReqLnkWrite;
int status;
Expand Down

0 comments on commit 5102745

Please sign in to comment.