commit | f8b1ed7161bfa027a96775129e9dc34f7853d480 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Thu May 09 08:48:54 2013 +0000 |
committer | Jon Medhurst <tixy@linaro.org> | Mon Jul 01 11:04:35 2013 +0100 |
tree | 62b9eb7c769e326900b3ad9ae4dfdde56fbcc1f1 | |
parent | 85705038621c022cffc4e36b3b60720d5dd421ec [diff] |
net: smc91x: Do not cast pointer to int The patch removes a compiler warning when casting the ioaddr pointer to (unsigned int) in the smc_probe() function of the smc91x.c driver. The casting is now done to (unsigned long). Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>