Re: [PATCH 2/2] pinctrl: mediatek: Initialize variable *buf to zero

From: AngeloGioacchino Del Regno
Date: Wed Jan 18 2023 - 07:10:03 EST


Il 18/01/23 07:20, Guodong Liu ha scritto:
Coverity spotted that *buf is not initialized to zero in
mtk_pctrl_dbg_show. Using uninitialized variable *buf as argument to %s
when calling seq_printf. Fix this coverity by initializing *buf as zero.

Fixes: 184d8e13f9b1 ("pinctrl: mediatek: Add support for pin configuration
dump via debugfs.")
Signed-off-by: Guodong Liu <Guodong.Liu@xxxxxxxxxxxx>


Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>