commit | 07c07635b4f6d4ee2a03cd508beeeaccde4b9d7e | [log] [tgz] |
---|---|---|
author | Laurence Withers <lwithers@guralp.com> | Thu Jul 14 23:21:45 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 26 14:00:24 2011 +0200 |
tree | 6d3f1fca1ea7566f73e9311b3a21a79173df2357 | |
parent | 9e9579bbf9780ced1153371cdc6aeb1ea8f0c0b6 [diff] |
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>