From: Joe Perches <j...@perches.com>
Date: Wed, 22 Apr 2015 07:07:54 -0700

> On Wed, 2015-04-22 at 15:43 +0200, Ivan Vecera wrote:
>> @@ -658,10 +659,18 @@ void be_link_status_update(struct be_adapter *adapter, 
>> u8 link_status)
>>              adapter->flags |= BE_FLAGS_LINK_STATUS_INIT;
>>      }
>>  
>> -    if (link_status)
>> +    if (link_status) {
>> +            if (speed)
>> +                    /* Print speed only when it is known */
>> +                    netdev_info(netdev, "Link is Up at %d Mbps\n", speed);
> 
> signed/unsigned mismatch. %u, speed

Indeed, please fix this up and resubmit, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to