commit | 9b4a7c8a83899ef7742f63c0e9a8a28cbff2c29a | [log] [tgz] |
---|---|---|
author | Andy Walls <awalls@radix.net> | Sat Oct 18 10:20:25 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Oct 21 14:20:47 2008 -0200 |
tree | 46c9bb40a4734d5a0a4769c8e4b6599ec40c84d6 | |
parent | 06869713de3e6380b2f24d9eac30426b4e471375 [diff] |
V4L/DVB (9299): cx18: Don't mask many real init error codes by mapping them to ENOMEM Changes to let error return codes bubble up to the user visible error message on card initialization. A number of them were being remapped to ENOMEM when no memory or array resource shortage existed. That hampered diagnosis of user trouble reports. Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>