From: Dan Carpenter Date: Wed, 7 Dec 2016 11:22:03 +0000 (+0300) Subject: ser_gigaset: return -ENOMEM on error instead of success X-Git-Tag: v3.2.85~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dd88dcffc0d94a6ddf4872e54e90af446186b36;p=pandora-kernel.git ser_gigaset: return -ENOMEM on error instead of success commit 93a97c50cbf1c007caf12db5cc23e0d5b9c8473c upstream. If we can't allocate the resources in gigaset_initdriver() then we should return -ENOMEM instead of zero. Fixes: 2869b23e4b95 ("[PATCH] drivers/isdn/gigaset: new M101 driver (v2)") Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed