]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
at91_emac: fix compile warning
authorandreas.devel@googlemail.com <andreas.devel@googlemail.com>
Thu, 9 Jun 2011 00:22:54 +0000 (00:22 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 21 Jun 2011 20:26:22 +0000 (22:26 +0200)
commit2321bfe425385494da8739d7d7e9dd3a5ca18a84
tree7fc1a1cf40401fa9d4ddc1e4bf55b9ebbbb23865
parentfd2f5658093eca72467f0104659f4826a95f948c
at91_emac: fix compile warning

This patch removes the warning

---8<---
at91_emac.c: In function 'at91emac_write_hwaddr':
at91_emac.c:487:2: warning: dereferencing type-punned pointer will break strict-aliasing rules
--->8---

Signed-off-by: Andreas Bießmann <andreas.devel@gmail.com>
drivers/net/at91_emac.c