Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261537
b: refs/heads/master
c: bca3ba7
h: refs/heads/master
i:
  261535: f100f04
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 4a9eb70 commit 8989d4d
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: 0cf8af57f1865148efcb40a43ddd04d5a709820e
refs/heads/master: bca3ba7904426bb94ee1a91e6e88831483fb5d53
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ static void dtv_property_dump(struct dtv_property *tvp)
{
int i;

if (tvp->cmd <= 0 || tvp->cmd > DTV_MAX_COMMAND) {
if (tvp->cmd <= 0 || tvp->cmd >= DTV_MAX_COMMAND) {
printk(KERN_WARNING "%s: tvp.cmd = 0x%08x undefined\n",
__func__, tvp->cmd);
return;
Expand Down

0 comments on commit 8989d4d

Please sign in to comment.