[PATCH 9/13] ALSA: i2sbus: Delete an unnecessary check before the function call snd_pcm_suspend_all

2015-01-04 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Sat, 3 Jan 2015 20:43:01 +0100 The snd_pcm_suspend_all() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software.

[PATCH 11/13] ALSA: Deletion of checks before the function call iounmap

2015-01-04 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Sat, 3 Jan 2015 22:55:54 +0100 The iounmap() function performs also input parameter validation. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring

Re: [PATCH v2] srcu: Isolate srcu sections using CONFIG_SRCU

2015-01-04 Thread Michael Ellerman
On Tue, 2014-12-30 at 13:54 -0500, Pranith Kumar wrote: On Tue, Dec 30, 2014 at 1:50 PM, Peter Zijlstra pet...@infradead.org wrote: On Tue, Dec 30, 2014 at 12:46:22AM -0500, Pranith Kumar wrote: Isolate the SRCU functions and data structures within CONFIG_SRCU so that there is a compile

Re: [PATCH v2] srcu: Isolate srcu sections using CONFIG_SRCU

2015-01-04 Thread Josh Triplett
linux-s...@vger.kernel.org Message-ID: ea3b4ec8-5e29-4da3-b826-52aba92d7...@joshtriplett.org On January 4, 2015 8:14:16 AM PST, Paul E. McKenney paul...@linux.vnet.ibm.com wrote: On Sun, Jan 04, 2015 at 08:35:52PM +1100, Michael Ellerman wrote: On Tue, 2014-12-30 at 13:54 -0500, Pranith Kumar

Re: [PATCH v2] srcu: Isolate srcu sections using CONFIG_SRCU

2015-01-04 Thread Paul E. McKenney
On Sun, Jan 04, 2015 at 08:35:52PM +1100, Michael Ellerman wrote: On Tue, 2014-12-30 at 13:54 -0500, Pranith Kumar wrote: On Tue, Dec 30, 2014 at 1:50 PM, Peter Zijlstra pet...@infradead.org wrote: On Tue, Dec 30, 2014 at 12:46:22AM -0500, Pranith Kumar wrote: Isolate the SRCU

[git pull] Please pull mpe/linux.git powerpc-3.19-3 tag

2015-01-04 Thread Michael Ellerman
Hi Linus, Please pull some powerpc fixes for 3.19: The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6: Linux 3.19-rc2 (2014-12-28 16:49:37 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux.git