]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers/net/pcnet.c: Fix compile warning
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 22 May 2012 18:09:56 +0000 (18:09 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 23 May 2012 04:17:52 +0000 (23:17 -0500)
commitf92a151cd1610e0d78fb64181da90f7cae2e51e8
tree35b17f6c03d5cd5f5241a60c68aaa9d0d448e0ae
parent7a10692a9cb3710cb8233b111f0fcf47b98e9b60
drivers/net/pcnet.c: Fix compile warning

Fix this:
pcnet.c: In function 'pcnet_initialize':
pcnet.c:224:13: warning: assignment from incompatible pointer type

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/pcnet.c