]> git.karo-electronics.de Git - linux-beck.git/commit
parport: remove unnecessary out of memory message
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Wed, 28 Oct 2015 09:11:37 +0000 (14:41 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Jan 2016 00:32:59 +0000 (16:32 -0800)
commit47ec57ec0e52839b92066567e6eb02fb1e60e603
tree4bdaeb28392266b263aac3cc30b18e9e5642a010
parent13efa75d4e5d467f685bd54df310919ae4dc8eac
parport: remove unnecessary out of memory message

If kmalloc() or kzalloc() fails we will get sufficient messages in the logs,
no need to print these extra messages.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/share.c