commit | f0f4d641d4ebfeb4194e9c26dfa6286802e2e8d1 | [log] [tgz] |
---|---|---|
author | Darren Jenkins <darrenrjenkins@gmail.com> | Tue Feb 02 12:43:45 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 03 20:16:47 2010 -0800 |
tree | 60906119f455a6d85b49e45a4f9bd1f46e377f34 | |
parent | e23e11792a77c7d54f363841cd5e33074fb0c8c9 [diff] |
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 <darrenrjenkins@gmail.com> Cc: Karsten Keil <isdn@linux-pingi.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>