commit | b538d28c2e326ed226096408dce4d9469d7ffa39 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Wed Apr 30 15:45:00 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Wed May 14 02:53:58 2008 -0300 |
tree | 10ec81016de1f846479d6450bc5c9f10aa4bffcc | |
parent | 09fee5f8211fc0a586187c4a0db7f5f42a4e333f [diff] |
V4L/DVB (7804): tea5767: Fix error logic As pointed by Andrew Morton, the error testing were wrong. After reviewing tea5767, it were returning a positive value for errors. So, the double errors were cancelling each other. This patch fix it properly. It also considers any positive value as ok, on tuner-core. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>