drivers/media/video/cx23885/cx23885-core.c: fix cx23885_dev_checkrevision()
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Oct 2010 21:13:41 +0000 (18:13 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Dec 2010 21:32:44 +0000 (13:32 -0800)
commit abe1def46d84aa27d3f84d729204b162e8c64d76 upstream.

It was missing the `break'.

Addresses https://bugzilla.kernel.org/show_bug.cgi?id=18672

Reported-by: Igor <i2g2r2@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/cx23885/cx23885-core.c

index f6b62e7398afaf1f0e704059ce95aac5c36848d3..11c987eb6df94eb68bc9f32c0eb44ca18cb19986 100644 (file)
@@ -815,6 +815,7 @@ static void cx23885_dev_checkrevision(struct cx23885_dev *dev)
        case 0x0e:
                /* CX23887-15Z */
                dev->hwrevision = 0xc0;
+               break;
        case 0x0f:
                /* CX23887-14Z */
                dev->hwrevision = 0xb1;