commit | b617966c08a1606bed2f4dc5019ffac7f66e9467 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Wed Apr 13 00:14:18 2016 -0700 |
committer | Stefan Agner <stefan@agner.ch> | Mon Apr 25 20:45:33 2016 -0700 |
tree | 386e11eba28bb8e279549aaff9b7aaf61135cb26 | |
parent | b7d11305b89a0d3d13d6087505daed94dde08574 [diff] |
drm/fsl-dcu: use variable name dev for struct drm_device The driver uses different variable names for struct drm_device across functions which is confusing. Stick to the more common variable name dev. While at it, remove unnecessary if statement in error handling. Signed-off-by: Stefan Agner <stefan@agner.ch>