From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Wed, 19 Mar 2014 18:35:39 +0000 Subject: Re: [PATCH] micrel: fix masking off LED bits Message-Id: <5329F182.6090206@cogentembedded.com> List-Id: References: <201403190258.16812.sergei.shtylyov@cogentembedded.com> <53295171.3020700@codethink.co.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Florian Fainelli , Ben Dooks Cc: netdev , Linux-sh list 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