Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186717
b: refs/heads/master
c: 1e5065d
h: refs/heads/master
i:
  186715: 0fdb368
v: v3
  • Loading branch information
Himanshu Chauhan authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 89b2c1d commit 4845240
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 22e0967f72494564e416b157568ed5876666ad26
refs/heads/master: 1e5065dbd6fe53b46d8281db7b4286751dcf607a
5 changes: 1 addition & 4 deletions trunk/drivers/staging/usbip/usbip_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ static ssize_t show_flag(struct device *dev, struct device_attribute *attr,
static ssize_t store_flag(struct device *dev, struct device_attribute *attr,
const char *buf, size_t count)
{
unsigned long flag;

sscanf(buf, "%lx", &flag);
usbip_debug_flag = flag;
sscanf(buf, "%lx", &usbip_debug_flag);

return count;
}
Expand Down

0 comments on commit 4845240

Please sign in to comment.