]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[media] 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)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 09:54:17 +0000 (07:54 -0200)
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>
Cc: stable@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/cx23885-core.c

index 2a34e955dad265e392d93b71b313d6101d1eb992..359882419b7f588b7c698dbcfb6a39ddb1603301 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;