commit | 730f135104f3afe320d0df4c53c28d6ad9d17d6b | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Tue May 05 15:34:00 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 05 13:16:26 2020 -0700 |
tree | f407aaaf97f3588c69b79fef3fdad477dbe6214a | |
parent | 9ea833022b5c887a242c0e3567f540c91f8611e6 [diff] |
cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() call There is no need to cast a typed pointer to a void pointer when calling a function that accepts the latter. Remove it, as the cast prevents further compiler checks. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: David S. Miller <davem@davemloft.net>