micrel: fix masking off LED bits
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 18 Mar 2014 23:58:16 +0000 (02:58 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 10 Dec 2014 04:50:26 +0000 (13:50 +0900)
commitfb0c8852db885be505ccb75d7ace3d4648e8222a
treeba2fa4ffa615a13489f55f3a690fd34a03f663d6
parent9bf3b993aeca308d322e62bf2dfa54563329fa28
micrel: fix masking off LED bits

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 <sergei.shtylyov@cogentembedded.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Ben Dooks <ben.dooks@codethink.co.uk>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit 28bdc499d647124fa5844453d35e6f5d1b3810dc)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/net/phy/micrel.c