On 3/4/2016 2:33 AM, Fugang Duan wrote:
> From: Troy Kisky <[email protected]> Sent: Thursday, February 
> 25, 2016 8:37 AM
>> To: [email protected]; [email protected]; [email protected]
>> Cc: [email protected]; [email protected]; [email protected];
>> [email protected]; [email protected]; linux-arm-
>> [email protected]; [email protected]; [email protected];
>> [email protected]; [email protected];
>> [email protected]; [email protected]; Troy Kisky
>> <[email protected]>
>> Subject: [PATCH net-next V2 08/16] net: fec: eliminate calls to
>> fec_enet_get_prevdesc
>>
>> This shrinks the code a little.
>>
>> Signed-off-by: Troy Kisky <[email protected]>
>> ---
>>  drivers/net/ethernet/freescale/fec_main.c | 37 
>> +++++++++----------------------
>>  1 file changed, 11 insertions(+), 26 deletions(-)
>>
>> diff --git a/drivers/net/ethernet/freescale/fec_main.c
>> b/drivers/net/ethernet/freescale/fec_main.c
>> index 6ceb5f9..b5ed287 100644
>> --- a/drivers/net/ethernet/freescale/fec_main.c
>> +++ b/drivers/net/ethernet/freescale/fec_main.c
>> @@ -758,6 +758,7 @@ static void fec_enet_bd_init(struct net_device *dev)
>>      struct bufdesc *bdp;
>>      unsigned int i;
>>      unsigned int q;
>> +    unsigned status;
> 
> Should be unsigned int status;
> 


Fine



Thanks

Reply via email to