Conding style cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese 2007-08-10 20:34:58 +02:00
parent 59530af556
commit c2c0ab4aff
2 changed files with 1 additions and 3 deletions

View File

@ -252,7 +252,6 @@ static int gen_auto_negotiate(int phy_addr)
{
u_int16_t tmp;
if (!dm644x_eth_phy_read(phy_addr, PHY_BMCR, &tmp))
return(0);
@ -273,7 +272,6 @@ static int gen_auto_negotiate(int phy_addr)
/* End of generic PHY functions */
#if defined(CONFIG_MII) || (CONFIG_COMMANDS & CFG_CMD_MII)
static int dm644x_mii_phy_read(char *devname, unsigned char addr, unsigned char reg, unsigned short *value)
{

View File

@ -545,7 +545,7 @@ VTP1Lock:
mov r10, $0
str r10, [r6]
/*
/*
* Call board-specific lowlevel init.
* That MUST be present and THAT returns
* back to arch calling code with "mov pc, lr."