From: Dafna Hirschfeld Date: Mon, 28 Sep 2020 15:28:09 +0000 (+0200) Subject: media: staging: rkisp1: remove TODO item to document quantization handling X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=adbf7c06330ec0c01cef324c384b24c88254ae65;p=linux.git media: staging: rkisp1: remove TODO item to document quantization handling The quantization handling is already documented in the file rkisp1.rst so this item can be removed. Fixes: 6616726907418 (media: staging: rkisp1: allow quantization setting by userspace on the isp source pad) Signed-off-by: Dafna Hirschfeld Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/rkisp1/TODO b/drivers/staging/media/rkisp1/TODO index e7c8398fc2cef..d9360607fbfb8 100644 --- a/drivers/staging/media/rkisp1/TODO +++ b/drivers/staging/media/rkisp1/TODO @@ -1,6 +1,5 @@ * Fix pad format size for statistics and parameters entities. * Fix checkpatch errors. -* Add uapi docs. Remember to add documentation of how quantization is handled. * streaming paths (mainpath and selfpath) check if the other path is streaming in several places of the code, review this, specially that it doesn't seem it supports streaming from both paths at the same time.