power: avs: smartreflex: Remove superfluous cast in debugfs_create_file() call
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 21 Oct 2019 14:51:48 +0000 (16:51 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 13 Nov 2019 10:23:51 +0000 (11:23 +0100)
commitaca32d7bccf961dc4c6ac6dff99ed363af1a6987
tree61cd45a8b45b32f52aef06b20f0c4fdfff6c965e
parent31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c
power: avs: smartreflex: Remove superfluous 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: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/power/avs/smartreflex.c