Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227909
b: refs/heads/master
c: 6ba8fe7
h: refs/heads/master
i:
  227907: 415daf2
v: v3
  • Loading branch information
Stephen Hemminger committed Nov 1, 2010
1 parent 55f9a8b commit d5b886e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: e614e28eac1afcdc3d1275f3e1478aa3e5acc500
refs/heads/master: 6ba8fe77ddd3a25daa8409333295b90c26a43bae
6 changes: 2 additions & 4 deletions trunk/drivers/staging/bcm/Bcmchar.c
Original file line number Diff line number Diff line change
Expand Up @@ -2355,10 +2355,8 @@ static long bcm_char_ioctl(struct file *filp, UINT cmd, ULONG arg)
break;

default:
BCM_DEBUG_PRINT (Adapter, DBG_TYPE_PRINTK, 0, 0, "wrong input %x",cmd);
BCM_DEBUG_PRINT (Adapter, DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL, "In default ioctl %d\n", cmd);
Status = STATUS_FAILURE;

pr_info(DRV_NAME ": unknown ioctl cmd=%#x\n", cmd);
Status = STATUS_FAILURE;
break;
}
return Status;
Expand Down

0 comments on commit d5b886e

Please sign in to comment.