diff options
author | Laurence Withers <lwithers@guralp.com> | 2011-07-14 23:21:45 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-26 12:00:24 (GMT) |
commit | 07c07635b4f6d4ee2a03cd508beeeaccde4b9d7e (patch) | |
tree | 6d3f1fca1ea7566f73e9311b3a21a79173df2357 /drivers/mmc/mmc.c | |
parent | 9e9579bbf9780ced1153371cdc6aeb1ea8f0c0b6 (diff) | |
download | u-boot-07c07635b4f6d4ee2a03cd508beeeaccde4b9d7e.tar.xz |
miiphy: use strncpy() not sprintf()
In miiphy_register() the new device's name was initialised by passing a
string parameter as the format string to sprintf(). As this would cause
problems if it ever contained a '%' symbol, switch to using strncpy()
instead.
Signed-off-by: Laurence Withers <lwithers@guralp.com>
Cc: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'drivers/mmc/mmc.c')
0 files changed, 0 insertions, 0 deletions