The buffer passed to usb_control_msg may end up in scatter-gather list, and
may thus not be on the stack. Having it on the stack usually works on x86, but
not on other archs.
Signed-off-by: Hans de Goede
---
drivers/gpu/drm/udl/udl_connector.c | 8 +++-
1 file changed, 7 insertions(+), 1 del
The buffer passed to usb_control_msg may end up in scatter-gather list, and
may thus not be on the stack. Having it on the stack usually works on x86, but
not on other archs.
Signed-off-by: Hans de Goede
---
drivers/gpu/drm/udl/udl_connector.c | 8 +++-
1 file changed, 7 insertions(+), 1 del