]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
committerAndi Kleen <ak@linux.intel.com>
Tue, 14 Dec 2010 22:40:08 +0000 (23:40 +0100)
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>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/media/video/cx23885/cx23885-core.c

index 0dde57e96d30ac99c5adb9f8eab94f838c1b83d8..fb67433406e18829807b43cb5f348db240958f19 100644 (file)
@@ -737,6 +737,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;