diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-10-24 14:23:04 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2019-11-05 13:01:17 +0100 |
commit | fa7662aad7dc033a61ff2f705c33cbb301d0552d (patch) | |
tree | 537d3642335d7269cb876a20aad44c287e83c406 /drivers/media/i2c/bt819.c | |
parent | media: coda: request to skip kernel mapping for decoded buffers (diff) | |
download | linux-fa7662aad7dc033a61ff2f705c33cbb301d0552d.tar.xz linux-fa7662aad7dc033a61ff2f705c33cbb301d0552d.zip |
media: bt819: Reduce amount of F* words in the world
Replace F* word with something less offensive.
[hverkuil: dropped 'Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")' tag since nothing was broken]
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/i2c/bt819.c')
-rw-r--r-- | drivers/media/i2c/bt819.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/bt819.c b/drivers/media/i2c/bt819.c index 43336175c7d9..73bc50c919d7 100644 --- a/drivers/media/i2c/bt819.c +++ b/drivers/media/i2c/bt819.c @@ -157,7 +157,7 @@ static int bt819_init(struct v4l2_subdev *sd) 0x12, 0x04, /* 0x12 Output Format */ 0x13, 0x20, /* 0x13 Vertical Scaling msb 0x00 chroma comb OFF, line drop scaling, interlace scaling - BUG? Why does turning the chroma comb on fuck up color? + BUG? Why does turning the chroma comb on screw up color? Bug in the bt819 stepping on my board? */ 0x14, 0x00, /* 0x14 Vertical Scaling lsb */ |