[U-Boot] [PATCH 2/7] spi: altera: Clean up bit definitions

2014-10-22 Thread Marek Vasut
Clean up the definitions of bits in the Altera SPI driver, there is no need to put braces around numbers afterall. No functional change. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Albert Aribaud Cc: Pavel Machek Cc: Jagannadha Sutradharudu Teki --- drivers/spi/altera_

[U-Boot] [PATCH 2/7] spi: altera: Clean up bit definitions

2014-10-19 Thread Marek Vasut
Clean up the definitions of bits in the Altera SPI driver, there is no need to put braces around numbers afterall. No functional change. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Albert Aribaud Cc: Tom Rini Cc: Wolfgang Denk Cc: Pavel Machek Cc: Jagannadha Sutradharu