V4L/DVB (9778): cx18: cx18_writel_expect() should not declare success on a PCI read...
authorAndy Walls <awalls@radix.net>
Sun, 30 Nov 2008 13:01:21 +0000 (10:01 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:38:20 +0000 (09:38 -0200)
commitdaa1c164db63540fe7a52c658ce14ae6a8d1ae53
tree36d3c583c44fa832333829315fe0f577d09109a0
parent572bfea71b0fb2efb36407b4e284c1e7962d4779
V4L/DVB (9778): cx18: cx18_writel_expect() should not declare success on a PCI read error

cx18: cx18_writel_expect() should not declare success on a PCI read error.
This removes the potential for cx18_write*_expect() calls to not
accomplish a PCI write successfully as expected.  The CX18-AV core uses the
*expect() calls often and this may be the source of intermittent audio
problems and standands switching problems.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-io.h