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:
25188bd
)
[media] dvb_frontend: print a msg if a property doesn't exist
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 23 Jan 2013 20:06:02 +0000
(17:06 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 23 Jan 2013 21:10:57 +0000
(19:10 -0200)
If userspace calls a property that doesn't exist, it currently
just returns -EINVAL. However, this is more likely a problem at
the userspace application, calling it with a non-existing property.
So, add a debug message to help tracking it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found