Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323457
b: refs/heads/master
c: 56fa944
h: refs/heads/master
i:
  323455: 6846110
v: v3
  • Loading branch information
Bruno Prémont authored and Jiri Kosina committed Oct 1, 2012
1 parent cf5aff5 commit 0f7fc06
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: 5ed84c341c25accc61410cfb53a45170f8fb19e4
refs/heads/master: 56fa94415b8a1a163e24a105fb5bdadc625c1d2a
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-picolcd_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ void picolcd_debug_out_report(struct picolcd_data *data,
#define BUFF_SZ 256

/* Avoid unnecessary overhead if debugfs is disabled */
if (!hdev->debug_events)
if (list_empty(&hdev->debug_list))
return;

buff = kmalloc(BUFF_SZ, GFP_ATOMIC);
Expand Down

0 comments on commit 0f7fc06

Please sign in to comment.