[PATCH] i2c: sun6-p2wi: fix call to snprintf
Russell King - ARM Linux
linux at arm.linux.org.uk
Fri Jun 13 02:57:14 PDT 2014
On Fri, Jun 13, 2014 at 09:20:02AM +0200, Boris BREZILLON wrote:
> - snprintf(p2wi->adapter.name, sizeof(p2wi->adapter.name), pdev->name);
> + snprintf(p2wi->adapter.name, sizeof(p2wi->adapter.name), "%s",
> + pdev->name);
Isn't this just a complicated way to express:
strlcpy(p2wi->adapter.name, pdev->name, sizeof(p2wi->adapter.name));
?
--
FTTC broadband for 0.8mile line: now at 9.7Mbps down 460kbps up... slowly
improving, and getting towards what was expected from it.
More information about the linux-arm-kernel
mailing list