From: Tomas Winkler Date: Sun, 6 Mar 2011 08:59:03 +0000 (+0200) Subject: staging/easycap: reduce code nesting in easycap_sound.c X-Git-Tag: v2.6.39-rc1~469^2~235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5917def58ab9f5848f2d1da835a33a490d0c8c69;p=pandora-kernel.git staging/easycap: reduce code nesting in easycap_sound.c Reshuffle error handling to reduce indentation nesting This reduce number of lines exceeding 80 characters from 41 to 15 use: if (error) (return, goto, continue) CODE instead of: if (good) else Cc: Dan Carpenter Cc: Mike Thomas Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed