This patch fixes style issues in drm_ioctl.c
Signed-off-by: F.A. SULAIMAN
---
drivers/gpu/drm/drm_ioctl.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c
index be4a52dc4d6f..1355879ab809 100644
--- a/drivers/gpu/
When memory allocation is failed this patch returns out of memory error instead
of -1.
Signed-off-by: F.A. SULAIMAN
---
drivers/gpu/drm/udl/udl_connector.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/udl/udl_connector.c
b/drivers/gpu/drm/udl/udl_connecto
check the return value and pass the proper error code.
Signed-off-by: F.A. SULAIMAN
---
drivers/gpu/drm/udl/udl_connector.c | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/udl/udl_connector.c
b/drivers/gpu/drm/udl/udl_connector.c
index cdc1c42e166