mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-25 03:53:29 -04:00
media: gspca: Fix comment in sd_init()
Fix spelling mistake of{ -> f}.
Signed-off-by: Philipp Matthias Hahn <pmhahn@pmhahn.de>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
committed by
Hans Verkuil
parent
033ff0420e
commit
62a08bc891
@@ -943,7 +943,7 @@ static int sd_config(struct gspca_dev *gspca_dev,
|
||||
/* this function is called at probe and resume time */
|
||||
static int sd_init(struct gspca_dev *gspca_dev)
|
||||
{
|
||||
const __u8 stop = 0x09; /* Disable stream turn of LED */
|
||||
const __u8 stop = 0x09; /* Disable stream, turn off LED */
|
||||
|
||||
reg_w(gspca_dev, 0x01, &stop, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user