Re: [PATCH v2 1/9] powerpc/eeh: Remove eeh_handle_event()

2018-03-20 Thread Alexey Kardashevskiy
On 19/3/18 1:46 pm, Sam Bobroff wrote: > The function eeh_handle_event(pe) does nothing other than switching > between calling eeh_handle_normal_event(pe) and > eeh_handle_special_event(). However it is only called in two places, > one where pe can't be NULL and the other where it must be NULL (see

[PATCH v2 1/9] powerpc/eeh: Remove eeh_handle_event()

2018-03-18 Thread Sam Bobroff
The function eeh_handle_event(pe) does nothing other than switching between calling eeh_handle_normal_event(pe) and eeh_handle_special_event(). However it is only called in two places, one where pe can't be NULL and the other where it must be NULL (see eeh_event_handler()) so it does nothing but ob