[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1440164598-10368-1-git-send-email-kdasaparna@gmail.com>
Date:	Fri, 21 Aug 2015 19:13:18 +0530
From:	Aparna Karuthodi <kdasaparna@...il.com>
To:	gregkh@...uxfoundation.org
Cc:	thomas.petazzoni@...e-electrons.com, linux-kernel@...r.kernel.org,
	noralf@...nnes.org, devel@...verdev.osuosl.org,
	Aparna Karuthodi <kdasaparna@...il.com>
Subject: [PATCH] staging: fbtft: Removed a space
Now I understood my mistake. I was calling git fetch or git pull not from master branch. Now when I ran that command from master branch it's working.
Signed-off-by: Aparna Karuthodi <kdasaparna@...il.com>
---
 drivers/staging/fbtft/fb_bd663474.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/fbtft/fb_bd663474.c b/drivers/staging/fbtft/fb_bd663474.c
index 7e00c60..8619426 100644
--- a/drivers/staging/fbtft/fb_bd663474.c
+++ b/drivers/staging/fbtft/fb_bd663474.c
@@ -115,7 +115,7 @@ static int init_display(struct fbtft_par *par)
 	write_reg(par, 0x100, 0x7120 );
 	write_reg(par, 0x007, 0x0103 );
 	mdelay( 10 );
-	write_reg(par, 0x007, 0x0113 );
+	write_reg(par, 0x007, 0x0113);
 
 	return 0;
 }
-- 
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
