Re: [PATCH 1/1] staging: io: Remove unnecessary OOM message

2015-03-05 Thread Julia Lawall
On Thu, 5 Mar 2015, Quentin Lambert wrote: > > > On 05/03/2015 11:28, Julia Lawall wrote: > > It's i2o, not io, and it is on the way out of the kernel. > sorry about that, > since it is on its way out I guess there is no need for me to submit a correct > version of this patch? > > Are there resour

Re: [PATCH 1/1] staging: io: Remove unnecessary OOM message

2015-03-05 Thread Quentin Lambert
On 05/03/2015 11:28, Julia Lawall wrote: It's i2o, not io, and it is on the way out of the kernel. sorry about that, since it is on its way out I guess there is no need for me to submit a correct version of this patch? Are there resources to know whether or not a driver will be dropped or

Re: [PATCH 1/1] staging: io: Remove unnecessary OOM message

2015-03-05 Thread Julia Lawall
It's i2o, not io, and it is on the way out of the kernel. julia On Thu, 5 Mar 2015, Quentin Lambert wrote: > This patch reduces the kernel size by removing error messages that duplicate > the normal OOM message. > > Signed-off-by: Quentin Lambert > --- > drivers/staging/i2o/i2o_block.c | 1 -

[PATCH 1/1] staging: io: Remove unnecessary OOM message

2015-03-05 Thread Quentin Lambert
This patch reduces the kernel size by removing error messages that duplicate the normal OOM message. Signed-off-by: Quentin Lambert --- drivers/staging/i2o/i2o_block.c | 1 - drivers/staging/i2o/i2o_config.c | 7 +-- drivers/staging/i2o/iop.c| 10 ++ 3 files changed, 3 ins