diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2018-01-02 16:28:05 +0300 |
---|---|---|
committer | Cyrille Pitchen <cyrille.pitchen@wedev4u.fr> | 2018-01-07 21:06:12 +0300 |
commit | 2167d6d7a96a35614be64769f4d36d6eddc1860f (patch) | |
tree | 2ba74992dabf886a27debcd647e74ff80ee71e65 /drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c | |
parent | a27f2eaf2b275758d269ba519833df53c6181878 (diff) | |
download | linux-2167d6d7a96a35614be64769f4d36d6eddc1860f.tar.xz |
mtd: fsl-quadspi: account for const type of of_device_id.data
This driver creates a number of const structures that it stores in the
data field of an of_device_id array.
The data field of an of_device_id structure has type const void *, so
there is no need for a const-discarding cast when putting const values
into such a structure.
Done using Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c')
0 files changed, 0 insertions, 0 deletions