diff options
author | 2024-12-06 10:26:46 +0200 | |
---|---|---|
committer | 2024-12-19 12:50:16 +0100 | |
commit | 7fd049714569d02f124311e858b09f9e0308fa46 (patch) | |
tree | f61fc2669720e1ac390e929c2f60588d18f41ba1 | |
parent | media: i2c: ds90ub953: Clear CRC errors in ub953_log_status() (diff) | |
download | wireguard-linux-7fd049714569d02f124311e858b09f9e0308fa46.tar.xz wireguard-linux-7fd049714569d02f124311e858b09f9e0308fa46.zip |
media: i2c: ds90ub960: Drop unused indirect block define
Drop the unused UB960_IND_TARGET_CSI_CSIPLL_REG_1 define. It does not
even match to any block in the more recent documents, so it's possible
it is not only unused but also wrong.
Reviewed-by: Jai Luthra <jai.luthra@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-rw-r--r-- | drivers/media/i2c/ds90ub960.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/i2c/ds90ub960.c b/drivers/media/i2c/ds90ub960.c index ac221b5d382c..e3dc9b3c6aa5 100644 --- a/drivers/media/i2c/ds90ub960.c +++ b/drivers/media/i2c/ds90ub960.c @@ -366,7 +366,6 @@ /* Indirect register blocks */ #define UB960_IND_TARGET_PAT_GEN 0x00 #define UB960_IND_TARGET_RX_ANA(n) (0x01 + (n)) -#define UB960_IND_TARGET_CSI_CSIPLL_REG_1 0x92 /* UB9702 */ #define UB960_IND_TARGET_CSI_ANA 0x07 /* UB960_IR_PGEN_*: Indirect Registers for Test Pattern Generator */ |