drm: Use const data when creating blob properties
authorThierry Reding <treding@nvidia.com>
Tue, 13 May 2014 09:38:36 +0000 (11:38 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 09:43:49 +0000 (10:43 +0100)
Creating a blob property will always copy the input data so the data
that is passed in can be const.

Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found