commit | d0a39164b6adad0cec5046b6aad6b590cc9466cc | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Fri Aug 29 12:12:41 2014 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Wed Sep 10 17:42:14 2014 +1000 |
tree | 84ed1ba6ab36604fa2783f93a91229637e2c9b16 | |
parent | d7d2c48e5cfe27dc7378e48d4f22efcf417317d9 [diff] |
drm: simplify drm_*_set_unique() Lets use kasprintf() to avoid pre-allocating the buffer. This is really nothing to optimize for speed and the input is trusted, so kasprintf() is just fine. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>