[Patch -next] Fix net/3c503.c build break
From: Sachin Sant <hidden>
Date: 2009-09-04 10:36:02
Also in:
netdev
Attachments
- net-3c503-typo-fix.patch [text/x-patch] 497 bytes · preview
From: Sachin Sant <hidden>
Date: 2009-09-04 10:36:02
Also in:
netdev
Today's Next failed to build on a x86 box with following error. drivers/net/3c503.c: In function 'el2_open': drivers/net/3c503.c:406: error: 'reval' undeclared (first use in this function) drivers/net/3c503.c:406: error: (Each undeclared identifier is reported only once drivers/net/3c503.c:406: error: for each function it appears in.) Most probably because of commit ab08999d6029bb2c79c16be5405d63d2bedbdfea The patch had a typo in it. Below patch fixes the issue for me. Thanks -Sachin