diff options
author | Scott Wood <scottwood@freescale.com> | 2012-12-14 16:03:55 -0600 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2012-12-14 16:03:55 -0600 |
commit | 88c5c68ffa277bf01b3254cf5a059e2cbe07be97 (patch) | |
tree | f56b444a1c85d94d6a386df090def099632489fe /common/stdio.c | |
parent | 0b38fffbe413fc0725c750d046ca62c23fca196e (diff) | |
parent | 6e9005bd96ff0f0548a787ffafee10664a57a8e1 (diff) | |
download | u-boot-imx-88c5c68ffa277bf01b3254cf5a059e2cbe07be97.zip u-boot-imx-88c5c68ffa277bf01b3254cf5a059e2cbe07be97.tar.gz u-boot-imx-88c5c68ffa277bf01b3254cf5a059e2cbe07be97.tar.bz2 |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'common/stdio.c')
-rw-r--r-- | common/stdio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/stdio.c b/common/stdio.c index 9f48e5f..97ff9cf 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -135,7 +135,6 @@ struct stdio_dev* stdio_clone(struct stdio_dev *dev) return NULL; memcpy(_dev, dev, sizeof(struct stdio_dev)); - strncpy(_dev->name, dev->name, 16); return _dev; } |