]> git.baikalelectronics.ru Git - kernel.git/commit
staging: gdm7240: alloc_mux_rx() does not need GFP_ATOMIC
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Tue, 8 Oct 2013 20:50:15 +0000 (00:50 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 22:23:13 +0000 (15:23 -0700)
commitb0a0bfa0d7bb0b55b970eee312bb39ba79b7c221
tree96501a73a3af6c3e3be24ec547747d90ded020c9
parent5774a53df2de31f02612d3322e9a8e8fd2ea6f29
staging: gdm7240: alloc_mux_rx() does not need GFP_ATOMIC

As far as alloc_mux_rx() is called from probe() only
there is no need in GFP_ATOMIC here.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_mux.c