linux-stable/drivers/remoteproc
Dan Carpenter ae768d5fac remoteproc: snprintf() can return more than was printed
snprintf() returns the number of characters which would have been
printed if there were enough space.  For example, on the first print if
we fill up the 28 character string then it would return a number more
than 30.  Use scnprintf() instead because that returns the actual number
of characters printed.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
2012-09-30 11:41:48 +02:00
..
Kconfig remoteproc: Add STE modem driver 2012-09-22 16:35:13 +03:00
Makefile remoteproc: Add STE modem driver 2012-09-22 16:35:13 +03:00
omap_remoteproc.c remoteproc/omap: set bootaddr support 2012-09-11 15:24:14 +03:00
omap_remoteproc.h remoteproc/omap: add a remoteproc driver for OMAP4 2012-02-08 22:53:47 +02:00
remoteproc_core.c remtoteproc: maintain max notifyid 2012-09-18 21:55:52 +03:00
remoteproc_debugfs.c remoteproc: snprintf() can return more than was printed 2012-09-30 11:41:48 +02:00
remoteproc_elf_loader.c A batch of remoteproc patches for 3.6: 2012-07-26 16:19:08 -07:00
remoteproc_internal.h remoteproc: add actual recovery implementation 2012-09-18 12:53:33 +03:00
remoteproc_virtio.c remoteproc: remove the now-redundant kref 2012-07-06 00:53:25 +03:00
ste_modem_rproc.c remoteproc: Add STE modem driver 2012-09-22 16:35:13 +03:00