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

2015-03-06 Thread Jes Sorensen
Quentin Lambert lambert.quen...@gmail.com writes: This patch reduces the kernel size by removing error messages that duplicate the normal OOM message. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr) This patch removes useful

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

2015-03-06 Thread Julia Lawall
On Fri, 6 Mar 2015, Jes Sorensen wrote: Quentin Lambert lambert.quen...@gmail.com writes: This patch reduces the kernel size by removing error messages that duplicate the normal OOM message. A simplified version of the semantic patch that finds this problem is as follows:

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

2015-03-06 Thread Jes Sorensen
Julia Lawall julia.law...@lip6.fr writes: On Fri, 6 Mar 2015, Jes Sorensen wrote: Quentin Lambert lambert.quen...@gmail.com writes: This patch reduces the kernel size by removing error messages that duplicate the normal OOM message. A simplified version of the semantic patch that

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

2015-03-06 Thread Joe Perches
On Fri, 2015-03-06 at 11:08 -0500, Jes Sorensen wrote: Julia Lawall julia.law...@lip6.fr writes: On Fri, 6 Mar 2015, Jes Sorensen wrote: Quentin Lambert lambert.quen...@gmail.com writes: This patch reduces the kernel size by removing error messages that duplicate the normal OOM

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

2015-03-06 Thread Jes Sorensen
Joe Perches j...@perches.com writes: On Fri, 2015-03-06 at 11:08 -0500, Jes Sorensen wrote: Julia Lawall julia.law...@lip6.fr writes: On Fri, 6 Mar 2015, Jes Sorensen wrote: Quentin Lambert lambert.quen...@gmail.com writes: This patch reduces the kernel size by removing error messages

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

2015-03-06 Thread Joe Perches
On Fri, 2015-03-06 at 14:43 -0500, Jes Sorensen wrote: Joe Perches j...@perches.com writes: On Fri, 2015-03-06 at 11:08 -0500, Jes Sorensen wrote: Julia Lawall julia.law...@lip6.fr writes: On Fri, 6 Mar 2015, Jes Sorensen wrote: Quentin Lambert lambert.quen...@gmail.com writes: This

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

2015-03-06 Thread Quentin Lambert
This patch reduces the kernel size by removing error messages that duplicate the normal OOM message. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr) @@ identifier f,print,l; expression e; constant char[] c; @@ e =