]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Misc cleanups:
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 6 Mar 2012 15:09:20 +0000 (16:09 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 6 Mar 2012 15:09:20 +0000 (16:09 +0100)
commitda061052d83db0b8f3abfe6ed8e318421fcf48e0
treea2ed274f5cf10aa12c4e3706a845af134f346abf
parentb956fda3875d92f809d40b67d51480b4040aac45
Misc cleanups:
- remove unused return value from fec_[rt]x_task_(en|dis)able()
- remove useless casts
- change type of variable 'base' in fec_init() to (void *) to
  eliminate excessive type casts
- use ALIGN() macro where appropriate
- use calloc() to eliminate need for memset()
drivers/net/fec_mxc.c