From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 19 Mar 2018 10:19:24 +0100 Subject: [U-Boot] [PATCH 1/1] video: exynos: remove redundant assignments In-Reply-To: <20180319064608.2136-1-xypron.glpk@gmx.de> References: <20180318135602.21584-1-xypron.glpk@gmx.de> <20180319064608.2136-1-xypron.glpk@gmx.de> Message-ID: <20180319101924.55f7d6ce@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 19 Mar 2018 07:46:08 +0100 Heinrich Schuchardt xypron.glpk at gmx.de wrote: > No need to initialize variables if the next usage is an assignment. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > add missing semicolon > --- > drivers/video/exynos/exynos_dp.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij