From: Darren Jenkins Date: Tue, 2 Feb 2010 12:43:45 +0000 (+0000) Subject: hardware/mISDN/mISDNinfineon.c: bail out of loop on error X-Git-Tag: v2.6.34-rc1~233^2~435 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f4d641d4ebfeb4194e9c26dfa6286802e2e8d1;p=pandora-kernel.git hardware/mISDN/mISDNinfineon.c: bail out of loop on error If setup_instance() fails we kfree() the card, and then use it in the next loop iteration. So lets bail out of the loop instead. Coverity CID: 13357 Signed-off-by: Darren Jenkins Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed