From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 4 Nov 2015 14:51:34 +0100 Subject: [U-Boot] [PATCH 6/6] net: altera_tse: use BIT macro In-Reply-To: <1446628349-26749-6-git-send-email-thomas@wytron.com.tw> References: <1446628349-26749-1-git-send-email-thomas@wytron.com.tw> <1446628349-26749-6-git-send-email-thomas@wytron.com.tw> Message-ID: <201511041451.34615.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, November 04, 2015 at 10:12:29 AM, Thomas Chou wrote: > Replace numerical bit shift with BIT macro > in altera_tse > > :%s/(1 << nr)/BIT(nr)/g > > where nr = 0, 1, 2 .... 31 > > Signed-off-by: Thomas Chou Whole series: Reviewed-by: Marek Vasut Best regards, Marek Vasut