commit | 2e953d83a6797e4f1c6fe48c08fc9a8fcb50db78 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Feb 20 13:18:38 2017 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 02 10:57:13 2017 +0300 |
tree | 408ac35ef726950b7de27299c1dd325b572c0afd | |
parent | 49a3057a5a2fa06264b0756cf417f75b56b7063b [diff] |
drm/omap: remove read_irqenable() We only use read_irqenable() to flush posted write. Instead of having a separate function for this, do the flush implicitly in write_irqenable(). Thus we can remove read_irqenable(). Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>