[PATCH 2/3] udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack

2013-01-11 Thread Hans de Goede
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

[PATCH 2/3] udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack

2013-01-11 Thread Hans de Goede
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