mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 19:13:03 -04:00
media: em28xx-video: Remove unneeded semicolons
There is no need to add a semicolon after a switch statement. It also makes cocci a bit uneasy. It triggers the following warnings: ./usb/em28xx/em28xx-cards.c:4085:2-3: Unneeded semicolon ./usb/em28xx/em28xx-core.c:635:2-3: Unneeded semicolon Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
committed by
Hans Verkuil
parent
38d9078f8b
commit
3438f11372
@@ -4111,7 +4111,7 @@ static void em28xx_check_usb_descriptor(struct em28xx *dev,
|
||||
dev->analog_ep_bulk = e->bEndpointAddress;
|
||||
}
|
||||
return;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@@ -632,7 +632,7 @@ void em2828X_decoder_vmux(struct em28xx *dev, unsigned int vin)
|
||||
default:
|
||||
dev_dbg(&dev->intf->dev, "EM2828X_SVIDEO\n");
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
em28xx_write_reg(dev, 0x24, 0x00);
|
||||
em28xx_write_reg(dev, 0x25, 0x02);
|
||||
|
||||
Reference in New Issue
Block a user