commit | 16d6c0b02c555b93034ffef4bf1b2d8ae80d8102 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jul 06 09:05:41 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jul 27 17:53:37 2011 -0300 |
tree | fd7f4b50e8785df4be581d2d6a80c3516b80c5c3 | |
parent | c1798c90adabf16713086f34a793d89d147022a5 [diff] |
[media] dvb-bt8xx: Don't return -EFAULT when a device is not found When a device (or their PCI structs) are not found, the error should be -ENODEV. -EFAULT is reserved for errors while copying arguments from/to userspace. Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>