From: H Hartley Sweeten Date: Mon, 3 Feb 2014 17:43:26 +0000 (-0700) Subject: staging: comedi: amplc_pc236: remove dev_err() message due to allocation failure X-Git-Tag: v3.15-rc1~139^2~1210 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46828a56f24a9121a4a3de33e1985fc4532c017c;p=pandora-kernel.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed