Re: [PATCH] drm: fix tainted kernel caused by drm_panel_orientation_quirks.c

2017-12-23 Thread Hans de Goede
Hi, On 21-12-17 19:46, David Lechner wrote: drm_panel_orientation_quirks.c introduced in commit 404d1a3edc38 ("drm: Add panel orientation quirks, v6.") taints the kernel when compiled as a module. Fix this by adding MODULE_LICENSE(). Signed-off-by: David Lechner Thank you, I've pushed this p

Re: [PATCH] drm: fix tainted kernel caused by drm_panel_orientation_quirks.c

2017-12-23 Thread Hans de Goede
Hi, On 21-12-17 19:46, David Lechner wrote: drm_panel_orientation_quirks.c introduced in commit 404d1a3edc38 ("drm: Add panel orientation quirks, v6.") taints the kernel when compiled as a module. Fix this by adding MODULE_LICENSE(). Signed-off-by: David Lechner Thank you for taking care of

[PATCH] drm: fix tainted kernel caused by drm_panel_orientation_quirks.c

2017-12-21 Thread David Lechner
drm_panel_orientation_quirks.c introduced in commit 404d1a3edc38 ("drm: Add panel orientation quirks, v6.") taints the kernel when compiled as a module. Fix this by adding MODULE_LICENSE(). Signed-off-by: David Lechner --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 3 +++ 1 file changed, 3