From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 6 Sep 2011 08:52:30 +0200 Subject: [U-Boot] [PATCH] VIDEO: mb86r0xgdc.c: fix warning: unused variable 'i' In-Reply-To: <1315252293-5648-1-git-send-email-wd@denx.de> References: <1315252293-5648-1-git-send-email-wd@denx.de> Message-ID: <20110906085230.7abc809a@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang, On Mon, 5 Sep 2011 21:51:33 +0200 Wolfgang Denk wrote: > Fix build warning: > > Configuring for jadecpu board... > mb86r0xgdc.c: In function 'dsp_init': > mb86r0xgdc.c:60: warning: unused variable 'i' > > Signed-off-by: Wolfgang Denk > Cc: Anatolij Gustschin > --- > drivers/video/mb86r0xgdc.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) applied to u-boot-video/master. Thanks! Anatolij