Skip to content
Commit a9dbf8ca authored by Li zeming's avatar Li zeming Committed by Greg Kroah-Hartman
Browse files

PM: core: Remove unnecessary (void *) conversions

[ Upstream commit 73d73f5e

 ]

Assignments from pointer variables of type (void *) do not require
explicit type casts, so remove such type cases from the code in
drivers/base/power/main.c where applicable.

Signed-off-by: default avatarLi zeming <zeming@nfschina.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Stable-dep-of: 7839d007

 ("PM: sleep: Fix possible deadlocks in core system-wide PM code")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent ea3357c6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment