commit | 435213a75307374d8884606cf98b58b3052daa15 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Wed Jan 19 12:14:50 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jan 19 18:16:02 2022 +0100 |
tree | 52bf0620cc399df26ef6a0eebcf8007d3dd8bb0b | |
parent | 30971b51ba48d324f055c0605368b38472a8a040 [diff] |
drivers: remove redundant data/config casts Some drivers explicitely casted data/config from void * to the corresponding type. However, this is unnecessary and, in many drivers it has been misused to drop const qualifier (refer to previous commits). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>