Commit 246e615f authored by Andrew Morton's avatar Andrew Morton Committed by James Toy

Cc: "Chris Verges" <chrisv@cyberswitching.com>

Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent d8e10f1d
......@@ -40,7 +40,7 @@
#define PCF2123_CMD_R(addr) (((addr) & 0x0F) | 0x90) /* single read */
/* The Trec (chip enable recovery time) is specified by the PCF2123 */
#define PCF2123_DELAY_TREC() { ndelay(30); }
#define PCF2123_DELAY_TREC() do { ndelay(30); } while (0)
static struct spi_driver pcf2123_driver;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment