V4L/DVB (9299): cx18: Don't mask many real init error codes by mapping them to ENOMEM
authorAndy Walls <awalls@radix.net>
Sat, 18 Oct 2008 13:20:25 +0000 (10:20 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 Oct 2008 16:20:47 +0000 (14:20 -0200)
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>

No differences found