Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323449
b: refs/heads/master
c: 63583c6
h: refs/heads/master
i:
  323447: a9f22e0
v: v3
  • Loading branch information
Bruno Prémont authored and Jiri Kosina committed Sep 5, 2012
1 parent 07fe40e commit 01d6bfe
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: ae08e324146c89f1059e9d3c3898d0260a988795
refs/heads/master: 63583c64558853f0fe7f8166907417792d184e18
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 @@ -657,7 +657,7 @@ void picolcd_debug_raw_event(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 01d6bfe

Please sign in to comment.