From: Felipe Balbi Date: Wed, 12 Sep 2012 10:58:16 +0000 (+0530) Subject: i2c: omap: sanitize exit path X-Git-Tag: v3.7-rc1~50^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bdfe0cb803dce699ff337c35d8e97ac355fa417;p=pandora-kernel.git i2c: omap: sanitize exit path move the goto out label one line down, so that it can be used when stat is read as zero. All other exits, can be done with a break statement. While at that, also break out as soon as we complete draining IRQ, since at that time we know we transferred everything there was to be transferred. Signed-off-by: Felipe Balbi Signed-off-by: Shubhrajyoti D Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed