An error occurred while fetching folder content.
sparc: use scnprintf() in show_pciobppath_attr() in vio.c
Chen Zhou authored

snprintf() returns the number of bytes that would be written,
which may be greater than the the actual length to be written.

show_pciobppath_attr() should return the number of bytes printed
into the buffer. This is the return value of scnprintf().
Signed-off-by: default avatarChen Zhou <chenzhou10@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
117e2cb3
Name Last commit Last update