commit | 94a93e5f85040114d6a77c085457b3943b6da889 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jan 23 17:06:02 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jan 23 19:10:57 2013 -0200 |
tree | 9e47a785a5d048a3b65751cf07f84814b480bdea | |
parent | 25188bd0e66f244d8111c4459f2c2f262a13d272 [diff] |
[media] dvb_frontend: print a msg if a property doesn't exist 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>