]> git.ipfire.org Git - people/ms/u-boot.git/commit
Fix compile warning in uli526x driver
authorKumar Gala <galak@kernel.crashing.org>
Wed, 20 Oct 2010 06:55:39 +0000 (01:55 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 20 Oct 2010 07:38:41 +0000 (02:38 -0500)
commit0ef911934fe63495f9d81e359d168b03bd770c1b
tree8abe5bd77df9f7c5d6ce54e3f01ca03d6c300e6f
parentfbe53f59bd40b3b1ab66dc98859e26589d64d1b7
Fix compile warning in uli526x driver

uli526x.c: In function 'uli526x_init_one':
uli526x.c:314:2: warning: dereferencing type-punned pointer will break strict-aliasing rules
uli526x.c:314:2: warning: dereferencing type-punned pointer will break strict-aliasing rules

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/net/uli526x.c