9
0
Fork 0

smc911x: fix printf compiler warnings

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-01-07 11:36:20 +01:00
parent 0f81fc1ca9
commit c65d601648
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ static int smc911x_probe(struct device_d *dev)
{
struct eth_device *edev;
struct smc911x_priv *priv;
ulong val;
uint32_t val;
int i;
debug("smc911x_eth_init()\n");