Re: [PATCH 05/13] powerpc/eeh: Strengthen types of eeh traversal functions
From: Russell Currey <hidden> Date: 2018-05-04 06:32:50
On Wed, 2018-05-02 at 16:35 +1000, Sam Bobroff wrote:
The traversal functions eeh_pe_traverse() and eeh_pe_dev_traverse()
both provide their first argument as void * but every single user
casts
it to the expected type.
Change the type of the first parameter from void * to the appropriate
type, and clean up all uses.
Signed-off-by: Sam Bobroff <redacted>