From: Roel Kluin <12o3l@tiscali.nl> Date: Tue, 29 Jan 2008 20:14:56 +0000 (+0100) Subject: drivers/net/arm/at91_ether.c: logical/bitand typo in function reset_phy() X-Git-Tag: v2.6.25-rc1~1065^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a5a80b3c69d65d66c4d9f4f796725f09bbc8cb;p=pandora-kernel.git drivers/net/arm/at91_ether.c: logical/bitand typo in function reset_phy() include/linux/mii.h:48:#define BMCR_RESET 0x8000 The function reset_phy() is in "#if 0" inactivated code Replace logical "&&" by bit "&" before BMCR_RESET Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Signed-off-by: Jeff Garzik Signed-off-by: David S. Miller --- Reading git-diff-tree failed