Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64351
b: refs/heads/master
c: 04b35ab
h: refs/heads/master
i:
  64349: 608270a
  64347: 31e8efd
  64343: 2f588c8
  64335: 9bdb3ec
  64319: ed8719c
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Aug 23, 2007
1 parent 08936cd commit ff109e1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6175e487e314385e37f06448847e4c46c20edb44
refs/heads/master: 04b35abef779f5ed1ff5c039dffbbcc5d2c060b6
5 changes: 3 additions & 2 deletions trunk/drivers/media/dvb/dvb-core/dvb_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,8 @@ static int dvb_net_ts_callback(const u8 *buffer1, size_t buffer1_len,
}


static void dvb_net_sec(struct net_device *dev, u8 *pkt, int pkt_len)
static void dvb_net_sec(struct net_device *dev, const u8 *pkt, int
pkt_len)
{
u8 *eth;
struct sk_buff *skb;
Expand Down Expand Up @@ -902,7 +903,7 @@ static int dvb_net_sec_callback(const u8 *buffer1, size_t buffer1_len,
* we rely on the DVB API definition where exactly one complete
* section is delivered in buffer1
*/
dvb_net_sec (dev, (u8*) buffer1, buffer1_len);
dvb_net_sec (dev, buffer1, buffer1_len);
return 0;
}

Expand Down

0 comments on commit ff109e1

Please sign in to comment.