summaryrefslogtreecommitdiffstats
path: root/board/evb64260/zuma_pbb_mbox.c
Commit message (Collapse)AuthorAgeFilesLines
* board/evb64260/zuma_pbb_mbox.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-161-7/+18
| | | | | | | | | | | Fix: zuma_pbb_mbox.c: In function 'zuma_mbox_dump': zuma_pbb_mbox.c:115:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] zuma_pbb_mbox.c:117:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Signed-off-by: Wolfgang Denk <wd@denx.de>
* board/evb64260/zuma_pbb_mbox.c: CodingStyle cleanupWolfgang Denk2011-11-161-124/+132
| | | | | | Make (mostly) checkpatch-clean Signed-off-by: Wolfgang Denk <wd@denx.de>
* evb64260: fix "cast to pointer from integer of different size" warningsWolfgang Denk2008-12-091-1/+3
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
| | | | | | | | | | | This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-1/+1
|
* Initial revisionwdenk2002-11-031-0/+187
OpenPOWER on IntegriCloud