diff options
author | Arnd Bergmann <[email protected]> | 2016-04-16 22:13:55 +0200 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2016-04-23 11:54:42 +0200 |
commit | 2c911f6cac9388830d2afb350d29f43f115b1a28 (patch) | |
tree | 7f5ad9db10bc0c5013a362da2c99825bce95be13 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2364d423a7b34bd972761eeed1f764c962980c23 (diff) |
EDAC, altera: Remove useless casts
The altera EDAC driver refers to its per-device data
using a cast to '(void *)', which makes the pointer
non-const, though both the source and destination are
actually const.
Removing the annotation makes the reference (almost)
fit into a single line for improved readability, and
ensures that it is actually defined as const.
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Thor Thayer <[email protected]>
Cc: Alan Tull <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: linux-edac <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Borislav Petkov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions