staging: comedi: amplc_pc236: remove dev_err() message due to allocation failure
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 3 Feb 2014 17:43:26 +0000 (10:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 18:49:19 +0000 (10:49 -0800)
commit46828a56f24a9121a4a3de33e1985fc4532c017c
tree3391a1dd6fadc56d8d5b9b850a86fabe5079525f
parente6439a458aa2805f05dd5fb3da8a95fd90082728
staging: comedi: amplc_pc236: remove dev_err() message due to allocation failure

The subdev_8255_init() call can only fail due to the allocation of the private
data. This failure will alreay have produced an error message. Remove the
redundant dev_err().

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pc236.c