projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42270a
)
zoran: Don't print proc_dir_entry data in debug
author
David Howells
<
[email protected]
>
Fri, 12 Apr 2013 14:18:25 +0000
(15:18 +0100)
committer
Al Viro
<
[email protected]
>
Wed, 1 May 2013 21:29:43 +0000
(17:29 -0400)
Don't print proc_dir_entry data in debug as we're soon to have no direct
access to the contents of the PDE. Print what was put in there instead.
Signed-off-by: David Howells <
[email protected]
>
cc:
[email protected]
cc:
[email protected]
Signed-off-by: Al Viro <
[email protected]
>
drivers/media/pci/zoran/zoran_procfs.c
patch
|
blob
|
history
diff --git
a/drivers/media/pci/zoran/zoran_procfs.c
b/drivers/media/pci/zoran/zoran_procfs.c
index 07a104d2bd1d9d86e13800ae8457b48a55afd277..f7ceee0cdefdee4d5ef1b64429bc02d309a8c5e8 100644
(file)
--- a/
drivers/media/pci/zoran/zoran_procfs.c
+++ b/
drivers/media/pci/zoran/zoran_procfs.c
@@
-201,7
+201,7
@@
zoran_proc_init (struct zoran *zr)
dprintk(2,
KERN_INFO
"%s: procfs entry /proc/%s allocated. data=%p\n",
- ZR_DEVNAME(zr), name, zr
->zoran_proc->data
);
+ ZR_DEVNAME(zr), name, zr);
} else {
dprintk(1, KERN_ERR "%s: Unable to initialise /proc/%s\n",
ZR_DEVNAME(zr), name);