From: Mark Hounschell Date: Fri, 25 Apr 2014 17:10:18 +0000 (-0400) Subject: staging: dgap: check unchecked return values X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~730 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7496e0538666012b89d2280f3f6681345002a454;p=pandora-kernel.git staging: dgap: check unchecked return values Check the return values of dgap_tty_register and dgap_finalize_board_init. If they fail for a particular board we should not be able to try to use that board. IE. no device entries shall be created for that board. Signed-off-by: Mark Hounschell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed