Re: [PATCH] edac/85xx: Remove deprecated IRQF_DISABLED

2014-02-03 Thread Johannes Thumshirn
On Mon, Feb 03, 2014 at 10:34:58AM +0100, Borislav Petkov wrote: > On Mon, Feb 03, 2014 at 08:04:06AM +0100, Johannes Thumshirn wrote: > > Boris, Mauro: > > > > Ping? > > No worries, I saw your patch. But in the future, please hold off from > sending any patches during the merge window unless it is

Re: [PATCH] edac/85xx: Remove deprecated IRQF_DISABLED

2014-02-03 Thread Borislav Petkov
On Mon, Feb 03, 2014 at 08:04:06AM +0100, Johannes Thumshirn wrote: > Boris, Mauro: > > Ping? No worries, I saw your patch. But in the future, please hold off from sending any patches during the merge window unless it is a serious regression to code already upstream. Thanks. -- Regards/Gruss,

Re: [PATCH] edac/85xx: Remove deprecated IRQF_DISABLED

2014-02-02 Thread Johannes Thumshirn
On Tue, Jan 21, 2014 at 09:42:27AM +0100, Johannes Thumshirn wrote: > Remove IRQF_DISABLED as it is a NOOP. > > Signed-off-by: Johannes Thumshirn > --- > drivers/edac/mpc85xx_edac.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/edac/mpc85xx_edac.c b/driver