git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34472d3
)
HID: wiimote: fix ctx pointer in debugfs DRM-write
author
David Herrmann
<dh.herrmann@gmail.com>
Sun, 5 May 2013 21:13:02 +0000
(23:13 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 3 Jun 2013 09:07:04 +0000
(11:07 +0200)
single_open() stores the seq_file pointer in file->private_data. It stores
our ctx pointer in seq_file->private.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
No differences found