| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * USB IBM C-It Video Camera driver |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 10 | 11 | * |
|---|
| 11 | 12 | * (C) Copyright 1999 Johannes Erdfelt |
|---|
| 12 | 13 | * (C) Copyright 1999 Randy Dunlap |
|---|
| 13 | | - * |
|---|
| 14 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 15 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 16 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 17 | | - * (at your option) any later version. |
|---|
| 18 | | - * |
|---|
| 19 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 20 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 21 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 22 | | - * GNU General Public License for more details. |
|---|
| 23 | | - * |
|---|
| 24 | 14 | */ |
|---|
| 25 | 15 | |
|---|
| 26 | 16 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
|---|
| .. | .. |
|---|
| 1419 | 1409 | case CIT_MODEL0: |
|---|
| 1420 | 1410 | case CIT_MODEL1: |
|---|
| 1421 | 1411 | cit_write_reg(gspca_dev, 0x0001, 0x0114); |
|---|
| 1422 | | - /* Fall through */ |
|---|
| 1412 | + fallthrough; |
|---|
| 1423 | 1413 | case CIT_MODEL2: |
|---|
| 1424 | 1414 | case CIT_MODEL4: |
|---|
| 1425 | 1415 | cit_write_reg(gspca_dev, 0x00c0, 0x010c); /* Go! */ |
|---|
| .. | .. |
|---|
| 2735 | 2725 | break; |
|---|
| 2736 | 2726 | case CIT_MODEL2: |
|---|
| 2737 | 2727 | v4l2_ctrl_grab(sd->lighting, false); |
|---|
| 2738 | | - /* Fall through! */ |
|---|
| 2728 | + fallthrough; |
|---|
| 2739 | 2729 | case CIT_MODEL4: |
|---|
| 2740 | 2730 | cit_model2_Packet1(gspca_dev, 0x0030, 0x0004); |
|---|
| 2741 | 2731 | |
|---|