Files
android_kernel_xiaomi_sm8450/arch/sparc/kernel
Chen Zhou 03a1b56f50 sparc: use scnprintf() in show_pciobppath_attr() in pci.c
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: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-05-13 15:35:58 -07:00
..
2018-01-22 08:17:15 -08:00
2018-01-22 08:17:15 -08:00
2019-02-20 07:28:58 -07:00
2020-04-02 18:11:55 -07:00
2019-02-20 07:28:53 -07:00
2018-05-09 06:54:27 +02:00
2017-11-15 14:21:03 +09:00
2018-10-07 22:42:00 -07:00