media: atomisp: Silence "isys dma store at addr, val" debug messages
authorHans de Goede <hdegoede@redhat.com>
Sat, 26 Nov 2022 22:08:25 +0000 (23:08 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Wed, 8 Feb 2023 06:58:25 +0000 (07:58 +0100)
These are clearly debug messages, printing these all the time is not
useful.

Silence these by simply removing them altogether.

Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma_private.h

index a313e1d..d65fe9e 100644 (file)
@@ -34,8 +34,6 @@ void isys2401_dma_reg_store(const isys2401_dma_ID_t   dma_id,
 
        reg_loc = ISYS2401_DMA_BASE[dma_id] + (reg * sizeof(hrt_data));
 
-       ia_css_print("isys dma store at addr(0x%x) val(%u)\n", reg_loc,
-                    (unsigned int)value);
        ia_css_device_store_uint32(reg_loc, value);
 }