commit | c7abfb47c9e19d63ce6f757afcb392c69ce09765 | [log] [tgz] |
---|---|---|
author | Andy Walls <awalls@radix.net> | Sun Nov 09 19:51:44 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Dec 30 09:38:05 2008 -0200 |
tree | ade18051c4cc1f4a5fc88021f85f5c4d4b8ae0c4 | |
parent | d20ceecd0c5370cfe6b6eee2f63fecb65222c747 [diff] |
V4L/DVB (9599): cx18: Fix unitialized variable problem upon APU firmware file read failure If APU firmware file read failed, the jump vector to the APU was undefined and the APU would be started executing garbage. Fix uninitialized variable to be an infinite loop for the APU, but also bail out before even starting the APU. Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>