serial: imx: Remove unneeded OOM error message
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 27 Oct 2014 16:49:39 +0000 (14:49 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 04:03:20 +0000 (20:03 -0800)
commitf1f2b6e497170a6ab83aeb781688a65c25621836
treef418aff6e92599d139b67d5bf427e24a64710fce
parentcb0f0a5ff43c1ae05c6d696857c42dceb0cda7f8
serial: imx: Remove unneeded OOM error message

When kzalloc() fails the core MM will already complain about it, so there is
no need to have the error message locally.

Remove the unneeded error message.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/imx.c