Re: [U-Boot] [PATCH] da830 evm: Fix checkpatch error on 'pinmux' macro

2010-07-15 Thread Paulraj, Sandeep
Existing code returns checkpatch error on pinmux macro definition for not enclosing the definition in parenthesis. The error can be observed in the patch generated from commit id bdc9c6c7f77a9a63349ecb9f54b20ad34033a2ae. So macro implementation is modified to fix the error.

[U-Boot] [PATCH] da830 evm: Fix checkpatch error on 'pinmux' macro

2010-07-06 Thread Prakash PM
Existing code returns checkpatch error on pinmux macro definition for not enclosing the definition in parenthesis. The error can be observed in the patch generated from commit id bdc9c6c7f77a9a63349ecb9f54b20ad34033a2ae. So macro implementation is modified to fix the error. Signed-off-by: Prakash