Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203872
b: refs/heads/master
c: be60b94
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Marcel Holtmann committed Jul 21, 2010
1 parent cf91b8d commit 3e498eb
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: 63c7d09cd52fe23ad2baee26bcc10a590944cfa4
refs/heads/master: be60b94030339b89c2bcff18c76882f0a4c01ce6
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/btmrvl_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ static const struct file_operations btmrvl_gpiogap_fops = {
static ssize_t btmrvl_hscmd_write(struct file *file, const char __user *ubuf,
size_t count, loff_t *ppos)
{
struct btmrvl_private *priv = (struct btmrvl_private *) file->private_data;
struct btmrvl_private *priv = file->private_data;
char buf[16];
long result, ret;

Expand Down

0 comments on commit 3e498eb

Please sign in to comment.