drivers/media/video/cx23885/cx23885-core.c: fix cx23885_dev_checkrevision()
commit abe1def46d 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>
This commit is contained in:
parent
c4a0d090bb
commit
177cc99014
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue