Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295014
b: refs/heads/master
c: df1caa5
h: refs/heads/master
v: v3
  • Loading branch information
James Hogan authored and Mauro Carvalho Chehab committed Mar 8, 2012
1 parent 41562e8 commit 470256f
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: 750a6dff6e81fac5ef95d054a6a907debcef9fde
refs/heads/master: df1caa587aa526f73d07abf85ebab88d0fd754ec
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/rc-core-priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct ir_raw_event_ctrl {
struct list_head list; /* to keep track of raw clients */
struct task_struct *thread;
spinlock_t lock;
struct kfifo kfifo; /* fifo for the pulse/space durations */
struct kfifo_rec_ptr_1 kfifo; /* fifo for the pulse/space durations */
ktime_t last_event; /* when last event occurred */
enum raw_event_type last_type; /* last event type */
struct rc_dev *dev; /* pointer to the parent rc_dev */
Expand Down

0 comments on commit 470256f

Please sign in to comment.