Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363307
b: refs/heads/master
c: 075dd9b
h: refs/heads/master
i:
  363305: 6192365
  363303: c6fb8aa
v: v3
  • Loading branch information
Xi Wang authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 1b39899 commit 7b2fef6
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: eb1bd49c50880df667905b4cfb472064f62c05d1
refs/heads/master: 075dd9b83da5bc54b53b23f6e315c19b54f2d800
2 changes: 1 addition & 1 deletion trunk/drivers/staging/bcm/Bcmchar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1148,8 +1148,8 @@ static long bcm_char_ioctl(struct file *filp, UINT cmd, ULONG arg)

if (((ULONG)pBulkBuffer->Register & 0x0F000000) != 0x0F000000 ||
((ULONG)pBulkBuffer->Register & 0x3)) {
kfree(pvBuffer);
BCM_DEBUG_PRINT (Adapter, DBG_TYPE_PRINTK, 0, 0, "WRM Done On invalid Address : %x Access Denied.\n", (int)pBulkBuffer->Register);
kfree(pvBuffer);
Status = -EINVAL;
break;
}
Expand Down

0 comments on commit 7b2fef6

Please sign in to comment.