Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103873
b: refs/heads/master
c: f51b10e
h: refs/heads/master
i:
  103871: 4421a8b
v: v3
  • Loading branch information
Al Viro authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent 61f7d81 commit f192f7f
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: 38f993ad8b1fe4caf9e989caf6e2a25aff3bbaf7
refs/heads/master: f51b10ef6520f2bd725dc333e771eabd55d6c04f
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ static void dvb_net_ule( struct net_device *dev, const u8 *buf, size_t buf_len )
if (priv->ule_dbit) {
/* Set D-bit for CRC32 verification,
* if it was set originally. */
ulen |= 0x0080;
ulen |= htons(0x8000);
}

ule_crc = iov_crc32(ule_crc, iov, 3);
Expand Down

0 comments on commit f192f7f

Please sign in to comment.