]> asedeno.scripts.mit.edu Git - linux.git/commit
media: atomisp: fix misleading addr information
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Tue, 17 Apr 2018 12:08:09 +0000 (08:08 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 16 May 2018 14:27:04 +0000 (10:27 -0400)
commit22457cb2de13d9ca0e4a273f7a119a9702b4b537
treec2791e8e781943ed7b9cd852323e9fa3cf56fcb7
parent0de3d73b93d3f58a001273e876c1228b614180e0
media: atomisp: fix misleading addr information

IA_CSS_ERROR shows the ddr_buffer_addr as a decimal value with a '0x'
prefix, which is somewhat misleading.

Let's fix it to print hexadecimal, as was intended.

Fixes: 158aeefc("[media] atomisp: Add __printf validation and fix fallout")
Cc: Alan Cox <alan@linux.intel.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/staging/media/atomisp/pci/atomisp2/css2400/sh_css.c