Re: [PATCH v3 1/3] EDAC: mv64x60: check driver registration success

2017-06-07 Thread Borislav Petkov
On Wed, Jun 07, 2017 at 05:29:55AM +, Chris Packham wrote: > What do you think? Just send me a fix ontop, moving the edac_op_state assignment before the platform_register_drivers() call and write in the commit message why we're doing that. Thanks. -- Regards/Gruss, Boris. Good mailing

Re: [PATCH v3 1/3] EDAC: mv64x60: check driver registration success

2017-06-06 Thread Chris Packham
Hi Borislav, On 30/05/17 09:21, Chris Packham wrote: > Check the return status of platform_driver_register() in > mv64x60_edac_init(). Only output messages and initialise the > edac_op_state if the registration is successful. > > Signed-off-by: Chris Packham > --- > Changes in v3: > - catch the