Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323453
b: refs/heads/master
c: e9a7c79
h: refs/heads/master
i:
  323451: eda9cd0
v: v3
  • Loading branch information
Axel Lin authored and Jiri Kosina committed Sep 11, 2012
1 parent 9e8ab8c commit 5f55892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 02d9be1aa6e93f4819f230a1d570e2ff415fa294
refs/heads/master: e9a7c79b9427b9c1ce17a007a80caf3deb390bcd
9 changes: 4 additions & 5 deletions trunk/drivers/hid/hid-picolcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ void picolcd_init_devfs(struct picolcd_data *data,

void picolcd_exit_devfs(struct picolcd_data *data);
#else
static inline void picolcd_debug_out_report(struct picolcd_data *data,
struct hid_device *hdev, struct hid_report *report)
{
}
static inline void picolcd_debug_raw_event(struct picolcd_data *data,
struct hid_device *hdev, struct hid_report *report,
u8 *raw_data, int size)
Expand All @@ -173,11 +177,6 @@ static inline void picolcd_init_devfs(struct picolcd_data *data,
static inline void picolcd_exit_devfs(struct picolcd_data *data)
{
}
static inline void picolcd_debug_raw_event(struct picolcd_data *data,
struct hid_device *hdev, struct hid_report *report,
u8 *raw_data, int size)
{
}
#endif /* CONFIG_DEBUG_FS */


Expand Down

0 comments on commit 5f55892

Please sign in to comment.