Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
power: reset: account for const type of of_device_id.data
This driver creates a const structure that it stores in the data field of an of_device_id array. Add const to the declaration of the location that receives a value from the data field to ensure that the compiler will continue to check that the value is not modified and remove the const-dropping cast on the access to the data field. Done using Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Acked-by: Alexandre Belloni <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
- Loading branch information