commit | 53615af7a27400d252307093ce49768ccf6442a9 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Mar 27 15:51:59 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Mar 27 16:08:46 2015 +0100 |
tree | 122fb87b30091a79ec3d6fed6b7cea97a335344f | |
parent | 83be003807415a07465fc5d748803b702409f3da [diff] |
drm: Use max() to make the ioctl alloc size code cleaner Use max() to make the code to determine the allocation size for the ioctl data easier to read. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>