linux-stable/drivers/staging/vme_user
Piro Yang fbfb131ef8 staging: vme_user: print more detailed infomation when an error occurs
when the slave_get function pointer belongs to the struct vme_bridge
member is NULL, it prompts that the detailed function name
"vme_slave_set" equivalent to __func__ not supported.

it is similar to the vme_slave_get function:
when vme_bridge->slave_set function pointer is NULL to print detailed
function name by using __func__.

Signed-off-by: Piro Yang <piroyangg@gmail.com>
Link: https://lore.kernel.org/r/20231227154739.6951-1-piroyangg@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-01-04 14:32:40 +01:00
..
Kconfig drivers: staging: vme_user: Describe VME_BUS and VME_TSI148 2023-11-23 12:49:47 +00:00
Makefile
vme.c staging: vme_user: print more detailed infomation when an error occurs 2024-01-04 14:32:40 +01:00
vme.h staging: vme_user: Use dev_err() in vme_check_window() 2023-10-21 12:02:36 +02:00
vme_bridge.h staging: vme_user: fix check alignment should match open parenthesis 2023-08-09 14:23:09 +02:00
vme_fake.c staging: vme_user: replace strcpy with strscpy 2023-10-21 11:59:33 +02:00
vme_tsi148.c staging: vme_user: prefer strscpy over strcpy 2023-10-25 12:57:46 +02:00
vme_tsi148.h staging: vme_user: Add spaces around '<<' operator 2023-10-15 18:21:18 +02:00
vme_user.c staging: vme_user: make vme_user_sysfs_class constant 2023-10-06 15:38:25 +02:00
vme_user.h