From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH] micrel: fix masking off LED bits Date: Wed, 19 Mar 2014 22:35:30 +0300 Message-ID: <5329F182.6090206@cogentembedded.com> References: <201403190258.16812.sergei.shtylyov@cogentembedded.com> <53295171.3020700@codethink.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev , Linux-sh list To: Florian Fainelli , Ben Dooks Return-path: Received: from mail-lb0-f182.google.com ([209.85.217.182]:52196 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751911AbaCSSfe (ORCPT ); Wed, 19 Mar 2014 14:35:34 -0400 Received: by mail-lb0-f182.google.com with SMTP id n15so6365949lbi.27 for ; Wed, 19 Mar 2014 11:35:32 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Hello. On 03/19/2014 07:21 PM, Florian Fainelli wrote: >>> Commit 20d8435a1cff (phy: micrel: add of configuration for LED mode) made >>> the >>> obvious mistake when masking off the LED mode bits: forgot to do a >>> logical NOT >>> to the mask with which it ANDs the register value, so that unrelated bits >>> are >>> cleared instead. >>> Signed-off-by: Sergei Shtylyov >> Acked-by: Ben Dooks > Reviewed-by: Florian Fainelli Oh, sorry for not CCing you -- I forgot that phylib is now maintained. WBR, Sergei