Hi,
On 01-08-19 16:59, Sam Ravnborg wrote:
Hi Hans.
On Tue, Jul 30, 2019 at 03:38:56PM +0200, Hans de Goede wrote:
3 small cleanups:
- Drop unused DRIVER_PATCHLEVEL
- We do not set mode_config.preferred_depth, so instead of passing the unset mode_config.preferred_depth to drm_fbdev_generic_setup simply pass 0
- Use __maybe_unused instead of #ifdef CONFIG_PM around the suspend / resume functions
Cc: Sam Ravnborg sam@ravnborg.org Suggested-by: Sam Ravnborg sam@ravnborg.org
If you add: Suggested-by: Noralf Trønnes noralf@tronnes.org And adjust to the new location.
Then this is: Reviewed-by: Sam Ravnborg sam@ravnborg.org
I've just pushed these to drm-misc-next, thank you for your input and reviews.
Regards,
Hans