Commit 3ea0a1d1eb2cb1c5c2283867a6f4db3c580486b1
Committed by
Mauro Carvalho Chehab
1 parent
a719d69399
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
[media] drivers/media/i2c/tea6415c.c: removes unnecessary semicolon
removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
drivers/media/i2c/tea6415c.c
... | ... | @@ -81,7 +81,7 @@ |
81 | 81 | case 13: |
82 | 82 | byte = 0x28; |
83 | 83 | break; |
84 | - }; | |
84 | + } | |
85 | 85 | |
86 | 86 | switch (i) { |
87 | 87 | case 5: |
... | ... | @@ -108,7 +108,7 @@ |
108 | 108 | case 11: |
109 | 109 | byte |= 0x07; |
110 | 110 | break; |
111 | - }; | |
111 | + } | |
112 | 112 | |
113 | 113 | ret = i2c_smbus_write_byte(client, byte); |
114 | 114 | if (ret) { |